]> source.dussan.org Git - vaadin-framework.git/commitdiff
Minor javadoc typo fix
authorArtur Signell <artur.signell@itmill.com>
Tue, 26 Apr 2011 10:09:19 +0000 (10:09 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 26 Apr 2011 10:09:19 +0000 (10:09 +0000)
svn changeset:18455/svn branch:6.6

src/com/vaadin/ui/Table.java

index 9a80f00612385c2b26f8a7beda765d94449895e6..94c3bab896acd89e9941f26d219231890b816e66 100644 (file)
@@ -1008,8 +1008,8 @@ public class Table extends AbstractSelect implements Action.Container,
      * Gets the header for the specified column.
      * 
      * @param propertyId
-     *            the propertyId indentifying the column.
-     * @return the header for the specifed column if it has one.
+     *            the propertyId identifying the column.
+     * @return the header for the specified column if it has one.
      */
     public String getColumnHeader(Object propertyId) {
         if (getColumnHeaderMode() == COLUMN_HEADER_MODE_HIDDEN) {