diff --git a/tools/release_checks.pike b/tools/release_checks.pike index 31d183860ab2c14b28e418c97280440c28d163e4..97229fc4c2f2e17f2a4403e06fd8688a6dac50bc 100644 --- a/tools/release_checks.pike +++ b/tools/release_checks.pike @@ -104,7 +104,7 @@ int test_charset_table(string t) { foreach( sort(copy_value(names)); int i; string name) if( name != names[i] ) { - write("Problem beings at %O, should be %O\n", names[i], name); + write("Problem begins at %O, should be %O\n", names[i], name); break; } status = 0;