diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 11:30:46 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 14:03:48 +0200 |
commit | 1f0802c13e835363ff48ee71a18876527321e7d8 (patch) | |
tree | 4e1462496d66338ce425711e022cec2a66623b16 /sal | |
parent | 7bef1aa72271361921b452559bb5debe3bfcf925 (diff) |
Fix typo in code
Change-Id: Ie32bb0cf7f987ab57dc03d1485535a1019fd111a
Reviewed-on: https://gerrit.libreoffice.org/76853
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'sal')
-rw-r--r-- | sal/test/bootstrap.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/test/bootstrap.pl b/sal/test/bootstrap.pl index 60a306a99c96..5dde94f80154 100644 --- a/sal/test/bootstrap.pl +++ b/sal/test/bootstrap.pl @@ -233,7 +233,7 @@ $rc = system "./testbootstrap", "AAABBBCCC000", '-env:MYBOOTSTRAPTESTVALUE=\u0041\u0041\u0041\u0042\u0042\u0042\u0043\u0043\u0043\u0030\u0030\u0030'; if (!$rc) { - $comment = $comment . "uncode not passed\n"; + $comment = $comment . "unicode not passed\n"; $state = 0; } |