From c3c45ff7efcd8b22be64af410befbfa5cc330f6f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jun 2015 18:29:22 +0200 Subject: Fix typos Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cli_ure/source/scripts/increment_version.pl | 2 +- cli_ure/source/ure/uno/util/WeakComponentBase.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cli_ure') 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 */ -- cgit