diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-15 10:42:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-15 11:14:28 +0300 |
commit | cb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch) | |
tree | ff8a4b192a2ca846d32111732563432244135910 /ridljar | |
parent | 1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff) |
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/uno/ITypeDescription.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ridljar/com/sun/star/uno/ITypeDescription.java b/ridljar/com/sun/star/uno/ITypeDescription.java index 85014454e253..98f2d0824062 100644 --- a/ridljar/com/sun/star/uno/ITypeDescription.java +++ b/ridljar/com/sun/star/uno/ITypeDescription.java @@ -149,7 +149,7 @@ public interface ITypeDescription { * names <var>M<sub>1</sub></var>, ..., <var>M<sub>n</sub></var> followed by * a simple name <var>S</var>, the corresponding type name consists of the * same sequence of module names and simple name, with <code>"."</code> - * seperating the individual elements.</p> + * separating the individual elements.</p> * * @return the type name. */ |