diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:42:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 10:49:09 +0000 |
commit | 86781bcfc8f12df980af5c86c2f9e75067f02abc (patch) | |
tree | 0e6e989a3cea642bdcf1a6c246dbb28797797329 /include/o3tl/any.hxx | |
parent | 1735654408f5bcc912f039a2f9263adb48edf9c1 (diff) |
Fix typos
Change-Id: I998e9b2ad8ebdcc983239192cb61f6689e378ad9
Reviewed-on: https://gerrit.libreoffice.org/35633
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/o3tl/any.hxx')
-rw-r--r-- | include/o3tl/any.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/any.hxx b/include/o3tl/any.hxx index 92627bdc7315..85fd28106419 100644 --- a/include/o3tl/any.hxx +++ b/include/o3tl/any.hxx @@ -98,7 +98,7 @@ template<typename T> inline boost::optional<T const> tryGetConverted( /** Try to access the value of a specific type stored in an Any. In trying to obtain a value, the same set of conversions as supported by - ">>=" are considere. + ">>=" are considered. The returned object is a proxy. Proxies can be either positive or negative. Each proxy can be contextually converted to bool, yielding true iff the |