diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 22:26:09 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-03 21:32:14 +0200 |
commit | a1e9acb08211acc623a99cd9489efe569d8b6059 (patch) | |
tree | bdb43d740d3fc6fc233c9ca3edf62c6fc2e5074c /include/cppuhelper | |
parent | daeb754df16726aa1dc4a1167ed245d43323cea9 (diff) |
Fix typo
Change-Id: Ie5314891808a406dbccd970086726068524e1412
Reviewed-on: https://gerrit.libreoffice.org/75053
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/cppuhelper')
-rw-r--r-- | include/cppuhelper/interfacecontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h index 2d56568c9da5..43aa68823dda 100644 --- a/include/cppuhelper/interfacecontainer.h +++ b/include/cppuhelper/interfacecontainer.h @@ -59,7 +59,7 @@ namespace detail { class OInterfaceContainerHelper; /** - This is the iterator of a InterfaceContainerHelper. Typically + This is the iterator of an InterfaceContainerHelper. Typically one constructs an instance on the stack for one firing session. It is not allowed to assign or copy an instance of this class. |