summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
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
*/