diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-23 12:47:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-26 08:59:38 +0200 |
commit | 3f3181522bd5fa7cd32dc81c624ef260b29cfc9c (patch) | |
tree | e9510f8b18c09ea62d1a369eeaa6eaf7b3390cc0 /ucb/source | |
parent | 979c8c56b7d52fe9a5d4b1fbfdab0adaba04c470 (diff) |
s/catched/caught
Change-Id: I7ea6977a9749e86f8058b78cdb91cd2c62da8264
Reviewed-on: https://gerrit.libreoffice.org/39164
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavcontent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index d8679c095364..ecf173d78cf8 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -1289,7 +1289,7 @@ void GetPropsUsingHeadRequest(DAVResource& resource, // clean cached value of PROPFIND property names // PROPPATCH can change them Content::removeCachedPropertyNames(aTargetURL); - // test if HEAD allowed, if not, throw, should be catched immediately + // test if HEAD allowed, if not, throw, should be caught immediately // SC_GONE used internally by us, see comment in Content::getPropertyValues // in the catch scope if (aDAVOptions.getHttpResponseStatusCode() != SC_GONE && |