[Libreoffice-commits] core.git: include/comphelper

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 10 20:03:56 UTC 2019


 include/comphelper/namedvaluecollection.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 265494644b0e97f8438f0d2588ef1fdab61f9e66
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 19:35:04 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Apr 10 22:03:30 2019 +0200

    Fix typo
    
    Change-Id: Iee5dcd363e87318fa17695d9d069a462b55e4a44
    Reviewed-on: https://gerrit.libreoffice.org/70535
    Reviewed-by: himajin100000 <himajin100000 at gmail.com>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/comphelper/namedvaluecollection.hxx b/include/comphelper/namedvaluecollection.hxx
index 3f3e405f5d0f..46a2594d1028 100644
--- a/include/comphelper/namedvaluecollection.hxx
+++ b/include/comphelper/namedvaluecollection.hxx
@@ -136,7 +136,7 @@ namespace comphelper
 
             @retval
                 true if there is a value with the given name, which could successfully
-                be extraced. In this case, @c _out_rValue will contain the requested
+                be extracted. In this case, @c _out_rValue will contain the requested
                 value.
             @retval
                 false, if there is no value with the given name.


More information about the Libreoffice-commits mailing list