protocols plugins: Fixed a typo in an error message.
authorSebastian Harl <sh@tokkee.org>
Sat, 21 Nov 2009 12:07:16 +0000 (13:07 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 21 Nov 2009 12:07:16 +0000 (13:07 +0100)
Thanks to lintian(1) for finding that :-)

src/protocols.c

index 75e9a1c..e830c42 100644 (file)
@@ -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;
     }