summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-23 12:56:00 +0200
committerjan iversen <jani@documentfoundation.org>2016-10-23 17:17:01 +0000
commit525311b0d6db11f247097fe76d1b2967966cf669 (patch)
treef1b6e1c427ba7134bad76151b0acfac90c252151 /ucb
parent40d39343cccff39e1f83c4553fda45478de577a9 (diff)
Fix typos
Change-Id: Ib7b17f85c7b6a1937c3f6e1617ceec58074643b4 Reviewed-on: https://gerrit.libreoffice.org/30040 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVTypes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVTypes.hxx b/ucb/source/ucp/webdav-neon/DAVTypes.hxx
index 8474ad943f3a..2356ab132315 100644
--- a/ucb/source/ucp/webdav-neon/DAVTypes.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVTypes.hxx
@@ -95,7 +95,7 @@ namespace webdav_ucp
/// The cached HTT response status code. It's 0 if the code was dealt with and there is no need to cache it
sal_uInt16 m_nHttpResponseStatusCode;
- /// The cached string with the server returned HTTP reponse status code string, corresponds to m_nHttpResponseStatusCode.
+ /// The cached string with the server returned HTTP response status code string, corresponds to m_nHttpResponseStatusCode.
OUString m_sHttpResponseStatusText;
public: