diff options
author | Max Horn | 2009-12-30 23:00:22 +0000 |
---|---|---|
committer | Max Horn | 2009-12-30 23:00:22 +0000 |
commit | 47f48dd9121acc7b4ca526e9184e0f944ed9b671 (patch) | |
tree | e2de00991057ea1d6e311f0aab78c3487e69863d | |
parent | 3a418c13a7ab9790bb9b43bfc435056827a79e64 (diff) | |
download | scummvm-rg350-47f48dd9121acc7b4ca526e9184e0f944ed9b671.tar.gz scummvm-rg350-47f48dd9121acc7b4ca526e9184e0f944ed9b671.tar.bz2 scummvm-rg350-47f48dd9121acc7b4ca526e9184e0f944ed9b671.zip |
spelling
svn-id: r46778
-rw-r--r-- | common/stream.h | 2 |
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(); |