From d82efb9e42492c32d26604a97c92928e4af0368f Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 21 Nov 2009 13:07:16 +0100 Subject: [PATCH] protocols plugins: Fixed a typo in an error message. Thanks to lintian(1) for finding that :-) --- src/protocols.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols.c b/src/protocols.c index 75e9a1c4..e830c420 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; } -- 2.11.0