summaryrefslogtreecommitdiff
path: root/udkapi/com
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:29:47 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-11 08:55:50 +0200
commit81514d136ec5480faffc697cc057c2abd76799a5 (patch)
tree3332fa3a86d3e274cac4326a0bf9733c5f4243ba /udkapi/com
parent1e755202656276edf2f07de1a0b6e2583d59349e (diff)
Fix typos
Change-Id: I1c3fccac03b5cc8acdd1d25dc5536f5874ff26ad Reviewed-on: https://gerrit.libreoffice.org/70575 Tested-by: Jenkins Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'udkapi/com')
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
index 0abc343ef2dd..9de3ae2faec3 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
@@ -43,7 +43,7 @@ struct NamedArgument
*/
string Name;
- /** The value of the argument whoose name is the one as contained in the
+ /** The value of the argument whose name is the one as contained in the
member #Name.
*/
any Value;