diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-24 20:50:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-24 20:50:49 +0100 |
| commit | 7893bb062e1ce158eafc51f9fa9c9c31f4cc1463 (patch) | |
| tree | ec25d21f5e33ea70a779167eacc9a24cfef779d6 /src/lib | |
| parent | 82c647843ca58d21275db10a4b158cf046ea57fa (diff) | |
Fix comment.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index be5959d64..b66d7baa7 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -119,7 +119,7 @@ public: /** @class ReadFileError. - * @brief Indicates that some error occurred when trying to write to a file + * @brief Indicates that some error occurred when trying to read from a file */ class ReadFileError : public FileError { |
