From: Marc Englund Date: Mon, 13 Aug 2007 14:11:53 +0000 (+0000) Subject: Fixed some typos in comments X-Git-Tag: 6.7.0.beta1~6113 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5f7c5b3f480a51d3e92b423dd458bbd9c00ace1d;p=vaadin-framework.git Fixed some typos in comments svn changeset:1991/svn branch:trunk --- 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 * null, the application is closed normally as defined by * the application running environment. *

- * 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. *

* @@ -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 * null, 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. *