MXS-1298: Fix typo in avro error message
Changed 'numer' to 'number'.
This commit is contained in:
parent
2bc5188dae
commit
8e3d4d9dd2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user