diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 12:54:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 12:38:30 +0200 |
commit | 3c6e41f806309c2ba1f1336baa8db715ca492959 (patch) | |
tree | 64673466a1d0bfecd22b3e775e675426ecea5eb6 /ucb/qa/complex | |
parent | 8ffb4cabd9ceac529f1c2d02bd1fdeb50bd2988b (diff) |
Fix typos
Change-Id: Iaf1d4aed07d1e6fcfe2392fb65cbd2fa196bcc1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101099
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucb/qa/complex')
-rw-r--r-- | ucb/qa/complex/tdoc/_XCommandProcessor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/qa/complex/tdoc/_XCommandProcessor.java b/ucb/qa/complex/tdoc/_XCommandProcessor.java index c7a29404c21f..222a34e2f700 100644 --- a/ucb/qa/complex/tdoc/_XCommandProcessor.java +++ b/ucb/qa/complex/tdoc/_XCommandProcessor.java @@ -85,7 +85,7 @@ public class _XCommandProcessor { /** * Tests <code>createCommandIdentifier()</code>. Calls it for two times * and checks returned values. <p> - * Has <b>OK</b> status if values are unique correct idenifiers: not 0. + * Has <b>OK</b> status if values are unique correct identifiers: not 0. */ public boolean _createCommandIdentifier() { log.println("creating a command line identifier"); |