From 249107f62cbe4b4e145bd6e62bfb9960dc0cdb60 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 23 Dec 2013 07:59:24 +0100 Subject: Typos Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e --- wizards/com/sun/star/wizards/ui/event/DataAware.java | 2 +- wizards/com/sun/star/wizards/web/FTPDialog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards/com') diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.java b/wizards/com/sun/star/wizards/ui/event/DataAware.java index 855023c7371a..b83889703aed 100644 --- a/wizards/com/sun/star/wizards/ui/event/DataAware.java +++ b/wizards/com/sun/star/wizards/ui/event/DataAware.java @@ -98,7 +98,7 @@ public abstract class DataAware { } /** - * gets the current value from the data obejct. + * gets the current value from the data object. * this method delegates the job to * the value object. * @return the current value of the data object. diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.py b/wizards/com/sun/star/wizards/web/FTPDialog.py index 5507adab3fa6..2ad850a94506 100644 --- a/wizards/com/sun/star/wizards/web/FTPDialog.py +++ b/wizards/com/sun/star/wizards/web/FTPDialog.py @@ -423,7 +423,7 @@ class FTPDialog(UnoDialog2, UIConsts): AbstractErrorHandler.showMessage(self.xMSF, self.xUnoDialog.getPeer(), self.resources.resIllegalFolder, ErrorHandler.ERROR_PROCESS_FATAL) # practical to have such a method... - # @param p the publisher obejct that contains the ftp connection info. + # @param p the publisher object that contains the ftp connection info. # @return the full ftp url with username password and everything one needs. @classmethod def getFullURL1(self, p): -- cgit v1.2.3