mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: typos
This commit is contained in:
@ -28,11 +28,11 @@ Description
|
||||
Class to handle errors and exceptions in a simple, consistent stream-based
|
||||
manner.
|
||||
|
||||
The error class is globaly instantiated with a title string. Errors,
|
||||
The error class is globally instantiated with a title string. Errors,
|
||||
messages and other data are piped to the messageStream class in the
|
||||
standard manner. Manipulators are supplied for exit and abort which may
|
||||
terminate the program or throw an exception depending of if the exception
|
||||
handling has beed switched on (off by default).
|
||||
terminate the program or throw an exception depending on whether the
|
||||
exception handling has been switched on (off by default).
|
||||
|
||||
Usage
|
||||
\code
|
||||
|
||||
Reference in New Issue
Block a user