diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-29 09:07:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-29 10:08:01 +0200 |
commit | 4a9ac82cab9d77e593f9ea4a070eadb50a2bba0a (patch) | |
tree | 4419bf1f13a4c768cf5f8bb70d377054ae9f7ee5 /cli_ure | |
parent | 86b24adfbdebbf95ee8399f7be8d30b4debb1301 (diff) |
Fix typos
Change-Id: I94bfbfef24be46583c5c2877e468ed65c2bd5eb0
Reviewed-on: https://gerrit.libreoffice.org/76513
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/basetypes/uno/Any.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/basetypes/uno/Any.cs b/cli_ure/source/basetypes/uno/Any.cs index ded67df90aa4..ea44d0f3b880 100644 --- a/cli_ure/source/basetypes/uno/Any.cs +++ b/cli_ure/source/basetypes/uno/Any.cs @@ -61,7 +61,7 @@ public struct Any /** constructs an instance. - <p>If the arguments ar invalid then an exception is thrown.</p> + <p>If the arguments are invalid then an exception is thrown.</p> @exception System.Exception */ public Any(Type type, object value) |