diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-09 10:12:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-09 10:12:07 +0100 |
commit | 94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f (patch) | |
tree | b24cede14403ab264d7f7684df3d603a15d2f010 /include/comphelper | |
parent | 332fffe3b8cd51576c42762e5e9751464777f2ca (diff) |
Typo: I/internaly -> I/internally
Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/numberedcollection.hxx | 2 | ||||
-rw-r--r-- | include/comphelper/sequenceashashmap.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx index 868b89d74985..e2c00d14c181 100644 --- a/include/comphelper/numberedcollection.hxx +++ b/include/comphelper/numberedcollection.hxx @@ -76,7 +76,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex NumberedCollection(); //--------------------------------------- - /** @short free all internaly used resources. + /** @short free all internally used resources. */ virtual ~NumberedCollection(); diff --git a/include/comphelper/sequenceashashmap.hxx b/include/comphelper/sequenceashashmap.hxx index f6c5c092b78f..f33bdd52360c 100644 --- a/include/comphelper/sequenceashashmap.hxx +++ b/include/comphelper/sequenceashashmap.hxx @@ -255,7 +255,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase @param aValue the new (unpacked!) value. Note: This value will be transformed to an Any - internaly, because only Any values can be + internally, because only Any values can be part of a PropertyValue or NamedValue structure. @return TRUE if this property was added as new item; |