summaryrefslogtreecommitdiff
path: root/sal/test/bootstrap.pl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 11:30:46 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 14:03:48 +0200
commit1f0802c13e835363ff48ee71a18876527321e7d8 (patch)
tree4e1462496d66338ce425711e022cec2a66623b16 /sal/test/bootstrap.pl
parent7bef1aa72271361921b452559bb5debe3bfcf925 (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/test/bootstrap.pl')
-rw-r--r--sal/test/bootstrap.pl2
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;
}