Fixing a little typo. Patch by: sgross Review by: jgw git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1203 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/ui/AbstractImagePrototype.java b/user/src/com/google/gwt/user/client/ui/AbstractImagePrototype.java index 3490f58..355e75d 100644 --- a/user/src/com/google/gwt/user/client/ui/AbstractImagePrototype.java +++ b/user/src/com/google/gwt/user/client/ui/AbstractImagePrototype.java
@@ -18,7 +18,7 @@ /** * An opaque representation of a particular image such that the image can be * accessed either as an HTML fragment or as an {@link Image} object. An image - * protype can be thought of as an abstract image factory with additional + * prototype can be thought of as an abstract image factory with additional * capabilities. * * <p>