minor typos

This commit is contained in:
mes5k 2004-07-04 02:28:53 +00:00
parent 5683b590ce
commit 3e5c23a91e
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ the GNU or POSIX standards, it is getting close.
<li> See the <a href="html/index.html"><b>API</b></a> documentation for detailed <li> See the <a href="html/index.html"><b>API</b></a> documentation for detailed
implementation information.</li> implementation information.</li>
<li>Visit the <a href="http://sourceforge.net">Sourceforge</a> project <a href="http://sourceforge.net/projects/tclap/">page</a>. <li>Visit the <a href="http://sourceforge.net">Sourceforge</a> project <a href="http://sourceforge.net/projects/tclap/">page</a>.
<li><a href="https://sourceforge.net/projects/tclap/"><b>Download</b></a> the source here.</li> <li><a href="http://sourceforge.net/project/showfiles.php?group_id=76645"><b>Download</b></a> the source here.</li>
<li>Send any feedback, comments, patches, etc. to mes (_at_) aescon (_dot_) com.</li> <li>Send any feedback, comments, patches, etc. to mes (_at_) aescon (_dot_) com.</li>
</ul> </ul>
Happy coding! Happy coding!

View File

@ -319,7 +319,7 @@ Here is what a declaration looks like:
... ...
// //
// MultiArg must be the LAST argument added! // UnlabeledMultiArg must be the LAST argument added!
// //
UnlabeledMultiArg < string > multi("file names"); UnlabeledMultiArg < string > multi("file names");
cmd.add( multi ); cmd.add( multi );