aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
diff options
context:
space:
mode:
authorMax Horn2009-12-30 23:00:22 +0000
committerMax Horn2009-12-30 23:00:22 +0000
commit47f48dd9121acc7b4ca526e9184e0f944ed9b671 (patch)
treee2de00991057ea1d6e311f0aab78c3487e69863d /common/stream.h
parent3a418c13a7ab9790bb9b43bfc435056827a79e64 (diff)
downloadscummvm-rg350-47f48dd9121acc7b4ca526e9184e0f944ed9b671.tar.gz
scummvm-rg350-47f48dd9121acc7b4ca526e9184e0f944ed9b671.tar.bz2
scummvm-rg350-47f48dd9121acc7b4ca526e9184e0f944ed9b671.zip
spelling
svn-id: r46778
Diffstat (limited to 'common/stream.h')
-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();