diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 21:36:05 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-07-01 02:45:38 +0200 |
commit | 45a2eecfee472d8822130a90999b46ad371dee95 (patch) | |
tree | 21105ca432730b64d8ef942410efa9a43c90548f /include | |
parent | 5cddf87c7db0f142a57862d223be02bb293a6388 (diff) |
Fix typo
Change-Id: If6934b624dcc3955a9e7554fe0746dc6beded764
Reviewed-on: https://gerrit.libreoffice.org/74938
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/interfacecontainer2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/interfacecontainer2.hxx b/include/comphelper/interfacecontainer2.hxx index 5fd78a584ce3..63888008d3ea 100644 --- a/include/comphelper/interfacecontainer2.hxx +++ b/include/comphelper/interfacecontainer2.hxx @@ -53,7 +53,7 @@ namespace detail { class OInterfaceContainerHelper2; /** - 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. |