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;