diff options
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/qa/complex/tdoc/_XCommandProcessor.java | 2 | ||||
-rw-r--r-- | ucb/source/ucp/ftp/ftpurl.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/qa/complex/tdoc/_XCommandProcessor.java b/ucb/qa/complex/tdoc/_XCommandProcessor.java index c7a29404c21f..222a34e2f700 100644 --- a/ucb/qa/complex/tdoc/_XCommandProcessor.java +++ b/ucb/qa/complex/tdoc/_XCommandProcessor.java @@ -85,7 +85,7 @@ public class _XCommandProcessor { /** * Tests <code>createCommandIdentifier()</code>. Calls it for two times * and checks returned values. <p> - * Has <b>OK</b> status if values are unique correct idenifiers: not 0. + * Has <b>OK</b> status if values are unique correct identifiers: not 0. */ public boolean _createCommandIdentifier() { log.println("creating a command line identifier"); diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx index 3686cfe12fca..d35f86948c25 100644 --- a/ucb/source/ucp/ftp/ftpurl.hxx +++ b/ucb/source/ucp/ftp/ftpurl.hxx @@ -92,7 +92,7 @@ namespace ftp { const OUString& username() const { return m_aUsername; } /** This returns the URL, but cleaned from - * unnessary ellipses. + * unnecessary ellipses. */ OUString ident(bool withslash,bool internal) const; |