Commit 7df2afbc authored by calvin's avatar calvin

branches/zip: fix a typo in error message

Reported as bug#47763.
parent 6edd9e36
...@@ -3159,7 +3159,7 @@ retry: ...@@ -3159,7 +3159,7 @@ retry:
if (is_part) { if (is_part) {
sql_print_error("Failed to open table %s after " sql_print_error("Failed to open table %s after "
"%lu attemtps.\n", norm_name, "%lu attempts.\n", norm_name,
retries); retries);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment