From 7aedc288563193f3d73eff99665e47ed7761c5b6 Mon Sep 17 00:00:00 2001 From: mes5k Date: Fri, 7 Jan 2005 03:05:24 +0000 Subject: [PATCH] comment change --- include/tclap/StdOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tclap/StdOutput.h b/include/tclap/StdOutput.h index f812811..3ebcd1f 100644 --- a/include/tclap/StdOutput.h +++ b/include/tclap/StdOutput.h @@ -242,7 +242,7 @@ inline void StdOutput::spacePrint( std::ostream& os, stringLen >= 0 ) stringLen--; - // ok, the word is longer than the line, so just split in the + // ok, the word is longer than the line, so just split // wherever the line ends if ( stringLen <= 0 ) stringLen = allowedLen;