summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 12:54:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 12:38:30 +0200
commit3c6e41f806309c2ba1f1336baa8db715ca492959 (patch)
tree64673466a1d0bfecd22b3e775e675426ecea5eb6 /ucb/source/ucp/ftp
parent8ffb4cabd9ceac529f1c2d02bd1fdeb50bd2988b (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/source/ucp/ftp')
-rw-r--r--ucb/source/ucp/ftp/ftpurl.hxx2
1 files changed, 1 insertions, 1 deletions
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;