summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
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: