summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 17:45:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-01 20:10:06 +0000
commitc0bcdde2a048b6e5465a14182947c09fcd170d45 (patch)
tree24634edbf7d0a08e2b2ef969986e154e806cbe35 /ucb
parent0d4996862b5df79fd601eff6193d5718f8f84047 (diff)
Fix typos
Change-Id: I6aeda978911b25caa45d4e459e581fc743e93d2c Reviewed-on: https://gerrit.libreoffice.org/29442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx
index d77174e75ec3..3f685919a055 100644
--- a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx
+++ b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx
@@ -1262,7 +1262,7 @@ bool DAVResourceAccess::handleException( const DAVException & e, int errorCount
switch( e.getStatus() )
{
// the HTTP server side response status codes that can be retried
- case SC_BAD_GATEWAY: // retry, can be an eccessive load
+ case SC_BAD_GATEWAY: // retry, can be an excessive load
case SC_GATEWAY_TIMEOUT: // retry, may be we get lucky
case SC_SERVICE_UNAVAILABLE: // retry, the service may become available
case SC_INSUFFICIENT_STORAGE: // space may be freed, retry