diff options
author | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-08 09:05:20 +0100 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-08 09:06:09 +0100 |
commit | ad2eb6c4ba3ca36e2302c721a106dac80d266325 (patch) | |
tree | aa06f1d4b3473fd64f886b89b27af05dd043374f /wizards | |
parent | 79b00c41863bcb0d0cc1781d18e97d5871667fb0 (diff) |
Less succes, more success
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/web/FTPDialog.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.java b/wizards/com/sun/star/wizards/web/FTPDialog.java index 4a6b86f85be3..70efafef4b14 100644 --- a/wizards/com/sun/star/wizards/web/FTPDialog.java +++ b/wizards/com/sun/star/wizards/web/FTPDialog.java @@ -62,7 +62,7 @@ import com.sun.star.wizards.common.HelpIds; * (*) entering FTP server and user information. * (*) testing the connection. * (*) choosing a directory on the server. - * If a connection was established succesfully, the user may + * If a connection was established successfully, the user may * press OK, which will change * the CGPublish object propertiers according the user's input. * If no connection was established. the OK and Choose-Dir button are disabled. |