MXS-1298: Fix typo in avro error message

Changed 'numer' to 'number'.
This commit is contained in:
Markus Mäkelä 2017-06-28 11:52:50 +03:00
parent 2bc5188dae
commit 8e3d4d9dd2

View File

@ -183,7 +183,7 @@ json_t* maxavro_record_read_json(MAXAVRO_FILE *file)
{
long pos = ftell(file->file);
MXS_ERROR("Failed to read field value '%s', type '%s' at "
"file offset %ld, record numer %lu.",
"file offset %ld, record number %lu.",
file->schema->fields[i].name,
type_to_string(file->schema->fields[i].type),
pos, file->records_read);