From 8e3d4d9dd29ba5ad81a0f3bcd3c052b7fdd4621f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Wed, 28 Jun 2017 11:52:50 +0300 Subject: [PATCH] MXS-1298: Fix typo in avro error message Changed 'numer' to 'number'. --- avro/maxavro_record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avro/maxavro_record.c b/avro/maxavro_record.c index cf461187a..9433ca722 100644 --- a/avro/maxavro_record.c +++ b/avro/maxavro_record.c @@ -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);