Fix typo.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-18 01:08:32 +02:00
parent f8f40d27a4
commit 77905d991d

View File

@ -62,7 +62,7 @@ foreach ($languages as $language) {
// constants in this language not known in EN
$added = array_diff($constants[$language], $constants['en']);
// report
if(!empty($missing) {
if(!empty($missing)) {
printf("%s misses these constants:\n",strtoupper($language));
foreach ($missing as $display) {
printf(" - %s\n", $display);