diff options
| -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 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();  | 
