diff options
author | Marc Englund <marc.englund@itmill.com> | 2007-08-13 14:11:53 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2007-08-13 14:11:53 +0000 |
commit | 5f7c5b3f480a51d3e92b423dd458bbd9c00ace1d (patch) | |
tree | a2b73f2212da8d3f612c83bb8b8ffcc556270f84 /src/com/itmill/toolkit/Application.java | |
parent | 5232feb60e1fbc23b49b89291403ea12e12ad426 (diff) | |
download | vaadin-framework-5f7c5b3f480a51d3e92b423dd458bbd9c00ace1d.tar.gz vaadin-framework-5f7c5b3f480a51d3e92b423dd458bbd9c00ace1d.zip |
Fixed some typos in comments
svn changeset:1991/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/Application.java')
-rw-r--r-- | src/com/itmill/toolkit/Application.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/itmill/toolkit/Application.java b/src/com/itmill/toolkit/Application.java index 5211a15c15..6702de2037 100644 --- a/src/com/itmill/toolkit/Application.java +++ b/src/com/itmill/toolkit/Application.java @@ -199,7 +199,7 @@ public abstract class Application implements URIHandler, Terminal.ErrorListener private boolean ajaxInitSent = false; /** - * This function should anly be called in AjaxApplicationManager to + * This function should only be called in AjaxApplicationManager to * tell ajax engine (browser) that this is application restart. Returns * true on first call, false on subsequent calls. * @@ -706,7 +706,7 @@ public abstract class Application implements URIHandler, Terminal.ErrorListener private Object prevUser; /** - * Contructor for user change event. + * Constructor for user change event. * * @param source * the application source. @@ -966,7 +966,7 @@ public abstract class Application implements URIHandler, Terminal.ErrorListener * <code>null</code>, the application is closed normally as defined by * the application running environment. * <p> - * Desctop application just closes the application window and + * Desktop application just closes the application window and * web-application redirects the browser to application main URL. * </p> * @@ -979,7 +979,7 @@ public abstract class Application implements URIHandler, Terminal.ErrorListener /** * Sets the URL user is redirected to on application close. If the URL is * <code>null</code>, the application is closed normally as defined by - * the application running environment: Desctop application just closes the + * the application running environment: Desktop application just closes the * application window and web-application redirects the browser to * application main URL. * |