aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stream.h b/common/stream.h
index 1294929149..0c8eecb6e0 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -384,7 +384,7 @@ public:
*
* Upon successful completion, return a string with the content
* of the line, *without* the end of a line marker. This method
- * does not indicate whether an error occured. Callers must use
+ * does not indicate whether an error occurred. Callers must use
* err() or eos() to determine whether an exception occurred.
*/
virtual String readLine();