From 525311b0d6db11f247097fe76d1b2967966cf669 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 Oct 2016 12:56:00 +0200 Subject: Fix typos Change-Id: Ib7b17f85c7b6a1937c3f6e1617ceec58074643b4 Reviewed-on: https://gerrit.libreoffice.org/30040 Tested-by: Jenkins Reviewed-by: jan iversen Tested-by: jan iversen --- ucb/source/ucp/webdav-neon/DAVTypes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb') 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: -- cgit