[Libreoffice-commits] core.git: ucb/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Jan 15 05:24:03 UTC 2018


 ucb/source/ucp/webdav-neon/ContentProperties.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 80fb8d406ced47e6a2089f0c8ba5c103d2fec91f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun Jan 14 23:51:00 2018 +0100

    Fix typos
    
    Change-Id: I4c5965438eb28b853ce4ea826139faab567415e1
    Reviewed-on: https://gerrit.libreoffice.org/47873
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.hxx b/ucb/source/ucp/webdav-neon/ContentProperties.hxx
index 0606d94b6d24..49996c9f53e4 100644
--- a/ucb/source/ucp/webdav-neon/ContentProperties.hxx
+++ b/ucb/source/ucp/webdav-neon/ContentProperties.hxx
@@ -92,7 +92,7 @@ public:
     // Maps the UCB property names contained in rProps with their DAV property
     // counterparts, if possible. All unmappable properties will be included
     // unchanged in resulting vector.
-    // The vector filles by this method can directly be handed over to
+    // The vector filled by this method can directly be handed over to
     // DAVResourceAccess::PROPFIND. The result from PROPFIND
     // (vector< DAVResource >) can be used to create a ContentProperties
     // instance which can map DAV properties back to UCB properties.
@@ -102,7 +102,7 @@ public:
     // Maps the UCB property names contained in rProps with their HTTP header
     // counterparts, if possible. All unmappable properties will be included
     // unchanged in resulting vector.
-    // The vector filles by this method can directly be handed over to
+    // The vector filled by this method can directly be handed over to
     // DAVResourceAccess::HEAD. The result from HEAD (vector< DAVResource >)
     // can be used to create a ContentProperties instance which can map header
     // names back to UCB properties.


More information about the Libreoffice-commits mailing list