summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/WWD_Events.java
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:34:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:34:02 +0200
commit70e4329d0479305f16158a63878f335ee9232a5e (patch)
treede3e471ad7764d08daf0fdd1df88f3b184de12d6 /wizards/com/sun/star/wizards/web/WWD_Events.java
parentc32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff)
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'wizards/com/sun/star/wizards/web/WWD_Events.java')
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Events.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.java b/wizards/com/sun/star/wizards/web/WWD_Events.java
index f574e672d4cf..3b557d50d2f1 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.java
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.java
@@ -885,7 +885,7 @@ public abstract class WWD_Events extends WWD_Startup
/**
* this method will be called when the Status Dialog
* is hidden.
- * It checks if the "Process" was successfull, and if so,
+ * It checks if the "Process" was successful, and if so,
* it closes the wizard dialog.
*/
public void finishWizardFinished()
@@ -929,7 +929,7 @@ public abstract class WWD_Events extends WWD_Startup
/**
* finish the wizard
* @param exitOnCreate_ should the wizard close after
- * a successfull create.
+ * a successful create.
* Default is true,
* I have a hidden feature which enables false here
*/