fix documentation typos

This commit is contained in:
Mark Olesen
2009-11-26 13:40:09 +01:00
parent d17d015f88
commit ceb6f97d44
5 changed files with 7 additions and 7 deletions

View File

@ -400,7 +400,7 @@ public:
//- Clear the dictionary
void clear();
//- Transfer the contents of the argument and annull the argument.
//- Transfer the contents of the argument and annul the argument.
void transfer(dictionary&);
//- Transfer contents to the Xfer container

View File

@ -151,7 +151,7 @@ public:
void clear();
//- Transfer the contents of the argument Matrix into this Matrix
// and annull the argument Matrix.
// and annul the argument Matrix.
void transfer(Matrix<Form, Type>&);

View File

@ -396,10 +396,10 @@ public:
const labelHashSet& include
) const;
//- Transfer the contents of the argument and annull the argument
//- Transfer the contents of the argument and annul the argument
void transfer(MeshedSurface<Face>&);
//- Transfer the contents of the argument and annull the argument
//- Transfer the contents of the argument and annul the argument
void transfer(UnsortedMeshedSurface<Face>&);
//- Transfer contents to the Xfer container

View File

@ -334,10 +334,10 @@ public:
const Xfer< List<label> >& zoneIds
);
//- Transfer the contents of the argument and annull the argument
//- Transfer the contents of the argument and annul the argument
void transfer(UnsortedMeshedSurface<Face>&);
//- Transfer the contents of the argument and annull the argument
//- Transfer the contents of the argument and annul the argument
void transfer(MeshedSurface<Face>&);
//- Transfer contents to the Xfer container

View File

@ -257,7 +257,7 @@ public:
);
//- Transfer the contents of the argument and annull the argument
//- Transfer the contents of the argument and annul the argument
void transfer(MeshedSurface<face>&);