Fixed typo in javadoc comment. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@99 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/ui/HTMLTable.java b/user/src/com/google/gwt/user/client/ui/HTMLTable.java index 9bfb4e8..7e887b4 100644 --- a/user/src/com/google/gwt/user/client/ui/HTMLTable.java +++ b/user/src/com/google/gwt/user/client/ui/HTMLTable.java
@@ -343,7 +343,7 @@ * @param column the column whose style name is to be set * @param styleName the new style name * @see UIObject#setStyleName(String) - * @thcolumns IndexOutOfBoundsException + * @throws IndexOutOfBoundsException */ public void setStyleName(int column, String styleName) { Element elem = ensureColumn(column);