diff --git a/docs/index.html b/docs/index.html
index 5518a35..e0f078d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -45,7 +45,7 @@ the GNU or POSIX standards, it is getting close.
See the API documentation for detailed
implementation information.
Visit the Sourceforge project page.
-Download the source here.
+Download the source here.
Send any feedback, comments, patches, etc. to mes (_at_) aescon (_dot_) com.
Happy coding!
diff --git a/docs/manual.html b/docs/manual.html
index 302da84..7c46936 100644
--- a/docs/manual.html
+++ b/docs/manual.html
@@ -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");
cmd.add( multi );