From 265494644b0e97f8438f0d2588ef1fdab61f9e66 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 10 Apr 2019 19:35:04 +0200 Subject: Fix typo Change-Id: Iee5dcd363e87318fa17695d9d069a462b55e4a44 Reviewed-on: https://gerrit.libreoffice.org/70535 Reviewed-by: himajin100000 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/comphelper/namedvaluecollection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. -- cgit