Javadoc tweaks.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/beanutils/trunk@1843174 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/beanutils2/DynaClass.java b/src/main/java/org/apache/commons/beanutils2/DynaClass.java
index 07a7d47..634f86a 100644
--- a/src/main/java/org/apache/commons/beanutils2/DynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils2/DynaClass.java
@@ -30,7 +30,7 @@
 
 
     /**
-     * Return the name of this DynaClass (analogous to the
+     * Returns the name of this DynaClass (analogous to the
      * {@code getName()} method of {@code java.lang.Class}, which
      * allows the same {@code DynaClass} implementation class to support
      * different dynamic classes, with different sets of properties.
@@ -41,7 +41,7 @@
 
 
     /**
-     * Return a property descriptor for the specified property, if it exists;
+     * Returns a property descriptor for the specified property, if it exists;
      * otherwise, return {@code null}.
      *
      * @param name Name of the dynamic property for which a descriptor
@@ -54,7 +54,7 @@
 
 
     /**
-     * <p>Return an array of {@code ProperyDescriptors} for the properties
+     * <p>Returns an array of {@code ProperyDescriptors} for the properties
      * currently defined in this DynaClass.  If no properties are defined, a
      * zero-length array will be returned.</p>
      *
@@ -68,7 +68,7 @@
 
 
     /**
-     * Instantiate and return a new DynaBean instance, associated
+     * Instantiates and return a new DynaBean instance, associated
      * with this DynaClass.
      *
      * @return A new {@code DynaBean} instance