View Issue Details

IDProjectCategoryView StatusLast Update
0003437OpenFOAMPatchpublic2020-01-26 13:41
Reportertniemi Assigned Tohenry  
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0003437: Patch to couple of small typos
DescriptionI have attached a patch for a couple of misc typos in comments.
TagsNo tags attached.

Activities

tniemi

2020-01-26 13:25

reporter  

typos.diff (1,473 bytes)   
diff --git a/applications/utilities/postProcessing/dataConversion/foamToEnsight/cellSets.H b/applications/utilities/postProcessing/dataConversion/foamToEnsight/cellSets.H
index 7c0198c58..0cb01bce9 100644
--- a/applications/utilities/postProcessing/dataConversion/foamToEnsight/cellSets.H
+++ b/applications/utilities/postProcessing/dataConversion/foamToEnsight/cellSets.H
@@ -62,7 +62,7 @@ public:
 
     // Constructors
 
-        //- Construct given the number ov cells
+        //- Construct given the number of cells
         cellSets(const label nCells)
         :
             nTets(0),
diff --git a/src/functionObjects/field/yPlus/yPlus.H b/src/functionObjects/field/yPlus/yPlus.H
index 1b62c9771..ea44d9446 100644
--- a/src/functionObjects/field/yPlus/yPlus.H
+++ b/src/functionObjects/field/yPlus/yPlus.H
@@ -94,7 +94,7 @@ protected:
 
     // Protected data
 
-        //- Optional phase name [K]
+        //- Optional phase name
         word phaseName_;
 
 
diff --git a/src/fvOptions/corrections/limitTemperature/limitTemperature.H b/src/fvOptions/corrections/limitTemperature/limitTemperature.H
index 544ae28fa..c7d37ac97 100644
--- a/src/fvOptions/corrections/limitTemperature/limitTemperature.H
+++ b/src/fvOptions/corrections/limitTemperature/limitTemperature.H
@@ -78,7 +78,7 @@ protected:
         //- Maximum temperature limit [K]
         scalar Tmax_;
 
-        //- Optional phase name [K]
+        //- Optional phase name
         word phase_;
 
 
typos.diff (1,473 bytes)   

henry

2020-01-26 13:41

manager   ~0011111

Resolved by commit f4e47fccbcd7dc8064d4adfcee3254beffd66145

Issue History

Date Modified Username Field Change
2020-01-26 13:25 tniemi New Issue
2020-01-26 13:25 tniemi File Added: typos.diff
2020-01-26 13:41 henry Assigned To => henry
2020-01-26 13:41 henry Status new => resolved
2020-01-26 13:41 henry Resolution open => fixed
2020-01-26 13:41 henry Fixed in Version => dev
2020-01-26 13:41 henry Note Added: 0011111