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 //- Clear the dictionary
void clear(); 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&); void transfer(dictionary&);
//- Transfer contents to the Xfer container //- Transfer contents to the Xfer container

View File

@ -151,7 +151,7 @@ public:
void clear(); void clear();
//- Transfer the contents of the argument Matrix into this Matrix //- 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>&); void transfer(Matrix<Form, Type>&);

View File

@ -396,10 +396,10 @@ public:
const labelHashSet& include const labelHashSet& include
) const; ) 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>&); 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>&); void transfer(UnsortedMeshedSurface<Face>&);
//- Transfer contents to the Xfer container //- Transfer contents to the Xfer container

View File

@ -334,10 +334,10 @@ public:
const Xfer< List<label> >& zoneIds 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>&); 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>&); void transfer(MeshedSurface<Face>&);
//- Transfer contents to the Xfer container //- 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>&); void transfer(MeshedSurface<face>&);