X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fprotocols.c;h=e90c1a4e234269edc2b4ab5d497fc55eb309fa3b;hb=66f9d645f883eee0aa408428eefdebdcc6dcfa7e;hp=73fe15431a96e8d39f52b429aac7998f2b291f85;hpb=f9d51dc8fabe44f3cd17499713d63b518f0e1853;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; }