1
0
Fork 0

Fix typo.

This commit is contained in:
Max Neunhoeffer 2014-09-25 08:50:46 +02:00
parent 9079ba3971
commit 29401bb637
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ function unitTestPrettyPrintResults(r) {
}
}
}
print("Overal state: " + ((r.all_ok === true) ? "Success" : "Fail"));
print("Overall state: " + ((r.all_ok === true) ? "Success" : "Fail"));
}