diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-18 16:24:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-18 17:35:41 +0100 |
commit | cda2d47fd556e0593bf415a69cc8dc18abcd1701 (patch) | |
tree | 3bc7c52982ad49a661e1b389e8a07ec3949958b6 /framework | |
parent | 858153610849c5448a181e6709a972a54e6ae126 (diff) |
Fix typos
Change-Id: I633e4921042809c628e55825b70c540767eba1d3
Reviewed-on: https://gerrit.libreoffice.org/48140
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/path_substitution/PathSubstitutionTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/path_substitution/PathSubstitutionTest.java b/framework/qa/complex/path_substitution/PathSubstitutionTest.java index 69c952d9d58d..96d59287c31e 100644 --- a/framework/qa/complex/path_substitution/PathSubstitutionTest.java +++ b/framework/qa/complex/path_substitution/PathSubstitutionTest.java @@ -198,7 +198,7 @@ public class PathSubstitutionTest return true; } else - { // hard: been resubstituted with a differernt variable. + { // hard: been resubstituted with a different variable. for (int i = 0; i < substVars.size(); i++) { String var = substVars.getVariable(i); |