X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fprotocols.c;h=e90c1a4e234269edc2b4ab5d497fc55eb309fa3b;hb=71cc6701e311071e1d9bfebbe53f9ac324cc7dfb;hp=73fe15431a96e8d39f52b429aac7998f2b291f85;hpb=bc9f312c67c0a76f1de0ceaea53c874fb8773cc8;p=collectd.git diff --git a/src/protocols.c b/src/protocols.c index 73fe1543..e90c1a4e 100644 --- a/src/protocols.c +++ b/src/protocols.c @@ -166,7 +166,7 @@ static int read_file (const char *path) if (key_fields_num != value_fields_num) { ERROR ("protocols plugin: Number of fields in keys and values lines " - "dont match: %i vs %i.", + "don't match: %i vs %i.", key_fields_num, value_fields_num); break; }