MXS-1298: Fix typo in avro error message
Changed 'numer' to 'number'.
This commit is contained in:
@ -183,7 +183,7 @@ json_t* maxavro_record_read_json(MAXAVRO_FILE *file)
|
|||||||
{
|
{
|
||||||
long pos = ftell(file->file);
|
long pos = ftell(file->file);
|
||||||
MXS_ERROR("Failed to read field value '%s', type '%s' at "
|
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,
|
file->schema->fields[i].name,
|
||||||
type_to_string(file->schema->fields[i].type),
|
type_to_string(file->schema->fields[i].type),
|
||||||
pos, file->records_read);
|
pos, file->records_read);
|
||||||
|
Reference in New Issue
Block a user