- javadoc updates

git-svn-id: https://svn.apache.org/repos/asf/oodt/branches/cas-cl@1195710 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/oodt/cas/cli/action/CmdLineAction.java b/src/main/java/org/apache/oodt/cas/cli/action/CmdLineAction.java
index ac4ce12..52e1fc9 100644
--- a/src/main/java/org/apache/oodt/cas/cli/action/CmdLineAction.java
+++ b/src/main/java/org/apache/oodt/cas/cli/action/CmdLineAction.java
@@ -17,7 +17,7 @@
 package org.apache.oodt.cas.cli.action;
 
 /**
- * Action which is specified and configurated via {@link CmdLineOption}s and
+ * Action which is specified and configured via {@link CmdLineOption}s and
  * then executed.
  * 
  * @author bfoster (Brian Foster)
diff --git a/src/main/java/org/apache/oodt/cas/cli/help/OptionHelpException.java b/src/main/java/org/apache/oodt/cas/cli/help/OptionHelpException.java
index 539a570..774013b 100644
--- a/src/main/java/org/apache/oodt/cas/cli/help/OptionHelpException.java
+++ b/src/main/java/org/apache/oodt/cas/cli/help/OptionHelpException.java
@@ -20,7 +20,7 @@
 import java.io.IOException;
 
 /**
- * Exception thrown to express that help {@link CmdLineOption} should be given
+ * Exception thrown to express that {@link HelpCmdLineOption} should be given
  * to see help message.
  * 
  * @author bfoster (Brian Foster)