Fix typo in code
Change-Id: Ie32bb0cf7f987ab57dc03d1485535a1019fd111a Reviewed-on: https://gerrit.libreoffice.org/76853 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
This commit is contained in:
parent
7bef1aa722
commit
1f0802c13e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue