From 1d51d4130e9b28c09f2ca8040f7d50776343dde1 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Wed, 28 Mar 2007 15:52:25 +0000 Subject: [PATCH] Misc --- src/common/classes/BaseStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/classes/BaseStream.h b/src/common/classes/BaseStream.h index 99280e74a3..06f14c2023 100644 --- a/src/common/classes/BaseStream.h +++ b/src/common/classes/BaseStream.h @@ -37,7 +37,7 @@ namespace MsgFormat { // This is the abstract base class that is used by the MsgPrint routines. -// It doesn't own the strean, thus is doesn't open, check or close it. +// It doesn't own the stream, thus it doesn't open, check or close it. // The desired functionality can be added in the derived classes. // This approach is taken because the most sought usage is to work with the // predefined output streams and these aren't closed typically by a program.