Code documentation: corrected typos

This commit is contained in:
Henry Weller
2022-05-20 10:42:25 +01:00
parent eb95e3f2c2
commit f54376b20c
43 changed files with 75 additions and 75 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -128,9 +128,9 @@ Foam::string& Foam::stringOps::inplaceExpand
(
isalnum(*iter)
|| *iter == '/' // For dictionary slash syntax
|| *iter == '!' // For dictionary slash systax
|| *iter == '.' // For dictionary dot systax
|| *iter == ':' // For dictionary dot systax
|| *iter == '!' // For dictionary slash syntax
|| *iter == '.' // For dictionary dot syntax
|| *iter == ':' // For dictionary dot syntax
|| *iter == '_'
)
)
@ -408,9 +408,9 @@ Foam::string& Foam::stringOps::inplaceExpand
(
isalnum(*iter)
|| *iter == '/' // For dictionary slash syntax
|| *iter == '!' // For dictionary slash systax
|| *iter == '.' // For dictionary dot systax
|| *iter == ':' // For dictionary dot systax
|| *iter == '!' // For dictionary slash syntax
|| *iter == '.' // For dictionary dot syntax
|| *iter == ':' // For dictionary dot syntax
|| *iter == '_'
)
)
@ -547,9 +547,9 @@ Foam::string& Foam::stringOps::inplaceExpand
(
isalnum(*iter)
|| *iter == '/' // For dictionary slash syntax
|| *iter == '!' // For dictionary slash systax
|| *iter == '.' // For dictionary dot systax
|| *iter == ':' // For dictionary dot systax
|| *iter == '!' // For dictionary slash syntax
|| *iter == '.' // For dictionary dot syntax
|| *iter == ':' // For dictionary dot syntax
|| *iter == '_'
)
)