diff options
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. |