summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-24 20:50:49 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-24 20:50:49 +0100
commit7893bb062e1ce158eafc51f9fa9c9c31f4cc1463 (patch)
treeec25d21f5e33ea70a779167eacc9a24cfef779d6 /src
parent82c647843ca58d21275db10a4b158cf046ea57fa (diff)
Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/lib/exceptions.h2
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
{