summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-14 18:29:22 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-06-15 06:53:19 +0000
commitc3c45ff7efcd8b22be64af410befbfa5cc330f6f (patch)
treebcbc2f2d62f851488f43beba254a3773dce6c863 /cli_ure
parentb4b71d20e33b82d377e287f0e5cf07b7e6182e78 (diff)
Fix typos
Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/scripts/increment_version.pl2
-rw-r--r--cli_ure/source/ure/uno/util/WeakComponentBase.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/scripts/increment_version.pl b/cli_ure/source/scripts/increment_version.pl
index dba21aa6ab39..d8606d63a16f 100644
--- a/cli_ure/source/scripts/increment_version.pl
+++ b/cli_ure/source/scripts/increment_version.pl
@@ -96,7 +96,7 @@ if ( $newTypes == 0)
}
else
{
- print "\nNew UNO types were addes since last release. The version will be increased.\n\n";
+ print "\nNew UNO types were added since last release. The version will be increased.\n\n";
}
#read in incVersions in a list
diff --git a/cli_ure/source/ure/uno/util/WeakComponentBase.cs b/cli_ure/source/ure/uno/util/WeakComponentBase.cs
index a20de82da17f..48715afc6ae0 100644
--- a/cli_ure/source/ure/uno/util/WeakComponentBase.cs
+++ b/cli_ure/source/ure/uno/util/WeakComponentBase.cs
@@ -37,8 +37,8 @@ public class WeakComponentBase : WeakBase, XComponent
private bool m_inDispose = false;
private bool m_disposed = false;
- /** Indicates whether object is alrady disposed.
-
+ /** Indicates whether object is already disposed.
+
@return
true, if object has been disposed
*/