Fix typos, including a checkstyle warning.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7462 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java b/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java
index d09f58b..f168d1a 100644
--- a/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java
+++ b/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java
@@ -624,12 +624,12 @@
}
/**
- * Instructs the writer to initialize the field with a specific contructor
- * invocaction, instead of the default GWT.create call.
+ * Instructs the writer to initialize the field with a specific constructor
+ * invocation, instead of the default GWT.create call.
*
- * @param fieldName the field to intialize
+ * @param fieldName the field to initialize
* @param type the type of the field
- * @param arguments to the constructor call
+ * @param args arguments to the constructor call
*/
public void setFieldInitializerAsConstructor(String fieldName,
JClassType type, String... args) {