diff options
-rw-r--r-- | include/comphelper/namedvaluecollection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |