mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor typos in comments
This commit is contained in:
@ -96,7 +96,7 @@ public:
|
||||
//- Construct from dictionary
|
||||
Hanning(const dictionary& dict, const label nSamples);
|
||||
|
||||
//- Destuctor
|
||||
//- Destructor
|
||||
virtual ~Hanning();
|
||||
|
||||
|
||||
|
||||
@ -72,7 +72,7 @@ public:
|
||||
//- Construct from dictionary
|
||||
uniform(const dictionary& dict, const label nSamples);
|
||||
|
||||
//- Destuctor
|
||||
//- Destructor
|
||||
virtual ~uniform();
|
||||
};
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ public:
|
||||
);
|
||||
|
||||
|
||||
//- Destuctor
|
||||
//- Destructor
|
||||
virtual ~windowModel();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user