diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
commit | 037d03b9facb414ba6be01fa6ee92fc7ca89f70c (patch) | |
tree | 119676e8107fada1b91ef12a72e9bbf7b393729f /qadevOOo | |
parent | 44ead04eb5fc61a3f56f783adb1509fab440e212 (diff) |
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/container/_XContainerQuery.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XContainerQuery.java b/qadevOOo/tests/java/ifc/container/_XContainerQuery.java index 5e8748ba11ac..20e49b7e29ef 100644 --- a/qadevOOo/tests/java/ifc/container/_XContainerQuery.java +++ b/qadevOOo/tests/java/ifc/container/_XContainerQuery.java @@ -40,7 +40,7 @@ import com.sun.star.container.XEnumeration; * <code>NameValue[]</code> which is a valid argument for * <code>createSubSetEnumerationByProperties()</code>.</li> * <li> <code>'XContainerQuery.createSubSetEnumerationByQuery'</code> : <b>(optional)</b> -* Normaly <code>createSubSetEnumerationByProperties()</code> covers all +* Normally <code>createSubSetEnumerationByProperties()</code> covers all * possible queries. But for special cases, i.e. sorted output, the function * <code>createSubSetEnumerationByQuery()</code> was made. The special cases was not * implemented by default in the implementation object. So this function could be |