From: Willem Toorop Date: Thu, 21 Nov 2013 13:58:16 +0000 (+0100) Subject: Arghh type in the patches X-Git-Tag: release-1.6.17rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3f6162aed6102ffcd42f6259e8412129c4f3efb;p=thirdparty%2Fldns.git Arghh type in the patches Why didn't I compile first... --- diff --git a/examples/ldns-compare-zones.c b/examples/ldns-compare-zones.c index 084b8011..a39c4b80 100644 --- a/examples/ldns-compare-zones.c +++ b/examples/ldns-compare-zones.c @@ -33,7 +33,7 @@ usage(char *prog) printf(" -a - print all differences (-i -d -c)\n"); printf(" -s - do not exclude SOA record from comparison\n"); printf(" -z - do not sort zones\n"); - pritnf(" -h - show usage and exit\n"); + printf(" -h - show usage and exit\n"); printf(" -v - show the version and exit\n"); }