aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2009-04-24 17:19:20 +0000
committerTorbjörn Andersson2009-04-24 17:19:20 +0000
commit7d4618d1657a498944397b9b6db7ad77c9dc79fe (patch)
tree3bef3d518d3d27f72744a8aab1d49d2766cb8eaa /common/stream.h
parentea7b19874847fd139095901f0c2d06786c86cfa1 (diff)
downloadscummvm-rg350-7d4618d1657a498944397b9b6db7ad77c9dc79fe.tar.gz
scummvm-rg350-7d4618d1657a498944397b9b6db7ad77c9dc79fe.tar.bz2
scummvm-rg350-7d4618d1657a498944397b9b6db7ad77c9dc79fe.zip
Fixed typo.
svn-id: r40121
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 b0fc9f5a8b..b691567623 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -404,7 +404,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 muse use
+ * does not indicate whether an error occured. Callers must use
* ioFailed() or eos() to determine whether an exception occurred.
*/
virtual String readLine();