summaryrefslogtreecommitdiff
path: root/tools/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source.h')
-rw-r--r--tools/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source.h b/tools/source.h
index 09c4bf3..b6fc36c 100644
--- a/tools/source.h
+++ b/tools/source.h
@@ -54,7 +54,7 @@ public:
/* Close() resets the source to the uninitialized state (IsOpen() == false)
and must be called by any derivations after really closing the source.
Returns true on success and false on error, setting errno appropriately.
- The object is in closed state afterwards, even if an error occured. */
+ The object is in closed state afterwards, even if an error occurred. */
virtual bool Close(void);
/* Read() reads at most Length bytes into the storage pointed to by Buffer,