summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2013-07-31 00:09:46 +0200
committerThomas Klausner <wiz@NetBSD.org>2013-07-31 00:09:46 +0200
commit0b59f6953a57e4785c9fc3e4da33ebd801946339 (patch)
tree181afbd0c0ad917631a54d365b1fe7135eca3829 /wizards/com
parentef4c98cdbb5394520eb68ae3d23f1b0a31b7a803 (diff)
Fix some typos.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Diffstat (limited to 'wizards/com')
-rw-r--r--wizards/com/sun/star/wizards/common/SystemDialog.java2
-rw-r--r--wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.java b/wizards/com/sun/star/wizards/common/SystemDialog.java
index 58b9e529f4ff..575bd904b634 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.java
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.java
@@ -348,7 +348,7 @@ public class SystemDialog
}
/**
- * just like the other showMessageBox(...) method, but recieves a
+ * just like the other showMessageBox(...) method, but receives a
* peer argument to use to create the message box.
* @param xMSF
* @param peer
diff --git a/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py b/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py
index f123785fecec..722a1b687a19 100644
--- a/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py
+++ b/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py
@@ -20,8 +20,8 @@ from .WebWizardConst import *
from ..common.IRenderer import IRenderer
-# recieves status calls from the status dialog which
-# apears when the user clicks "create".
+# receives status calls from the status dialog which
+# appears when the user clicks "create".
# allocates strings from the resources to
# display the current task status.
# (renders the state to resource strings)