diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 12:54:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 12:38:30 +0200 |
commit | 3c6e41f806309c2ba1f1336baa8db715ca492959 (patch) | |
tree | 64673466a1d0bfecd22b3e775e675426ecea5eb6 /ucb | |
parent | 8ffb4cabd9ceac529f1c2d02bd1fdeb50bd2988b (diff) |
Fix typos
Change-Id: Iaf1d4aed07d1e6fcfe2392fb65cbd2fa196bcc1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101099
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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; |