STYLE: corrected comments - spelling + wording

This commit is contained in:
andy
2010-01-27 12:43:42 +00:00
parent 18bd875669
commit 66aa2681bb
3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ class pressureGradientExplicitSource
//- Name of cell source
word cellSource_;
//- The method by which the cells will be selecetd
//- The method by which the cells will be selected
autoPtr<topoSetSource> cellSelector_;
//- The set of selected cells

View File

@ -28,7 +28,7 @@ Class
Description
Base class for field sources. Provides:
- name
- references to mesh and time
- references to mesh and time databases
- dimensions
- volume type
- startTime

View File

@ -57,7 +57,7 @@ void Foam::fieldValue::movePoints(const Field<point>&)
void Foam::fieldValue::makeFile()
{
// Create the forces file if not already created
// Create the output file if not already created
if (outputFilePtr_.empty())
{
if (debug)