STYLE: typos

This commit is contained in:
laurence
2013-09-25 11:11:10 +01:00
parent 017aee8845
commit e656bb49c5

View File

@ -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