summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-10 05:41:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-11-10 20:49:45 +0100
commitc57865d249a7d9760f4147e3a2379c9ca5a82a96 (patch)
tree510f3f30adbffd766f388aad27e1bb3c548bf9b1
parentFix typo (diff)
downloadcore-c57865d249a7d9760f4147e3a2379c9ca5a82a96.tar.gz
core-c57865d249a7d9760f4147e3a2379c9ca5a82a96.zip
Fix typos
Change-Id: I697591f867fee5332913ee534b9f0ba754239e58 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124943 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index af48cdfe042f..5791b38779e3 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -126,7 +126,7 @@ class OComponentEnumeration final : public ::cppu::WeakImplHelper< css::containe
@descr There are two ways to delete an instance of this class.<BR>
1) delete with destructor<BR>
2) dispose from parent or factory or...<BR>
- This method do the same for both ways! It frees used memory and release references...
+ This method does the same for both ways! It frees used memory and releases references...
@seealso method dispose()
@seealso destructor ~TaskEnumeration()