aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp')
-rw-r--r--Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp b/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp
index 9d2a6facc..90a0c8317 100644
--- a/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp
+++ b/Source/Diagnostics/BTD_Plotfile_Header_Impl.cpp
@@ -106,7 +106,7 @@ BTDPlotfileHeaderImpl::WriteHeader ()
HeaderFile.precision(17);
- // Genetic Plotfile type name
+ // Generic Plotfile type name
HeaderFile << m_file_version << '\n';
// number of components
HeaderFile << m_varnames.size() << '\n';