From: Evan Hunt Date: Sun, 31 Jan 2016 17:54:13 +0000 (-0800) Subject: [master] spelling X-Git-Tag: v9.11.0a1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d36ed108a472249090ea499337863ae3d6e3e76;p=thirdparty%2Fbind9.git [master] spelling --- diff --git a/bin/tools/named-rrchecker.c b/bin/tools/named-rrchecker.c index 1c168baf284..ba98771eb12 100644 --- a/bin/tools/named-rrchecker.c +++ b/bin/tools/named-rrchecker.c @@ -42,8 +42,9 @@ static void usage(void) { fprintf(stderr, "usage: named-rrchecker [-o origin] [-hpCPTu]\n"); fprintf(stderr, "\t-h: print this help message\n"); - fprintf(stderr, "\t-o origin: set origin to be used when interpeting the record\n"); - fprintf(stderr, "\t-p: print the record in cannonical format\n"); + fprintf(stderr, "\t-o origin: set origin to be used when " + "interpeting the record\n"); + fprintf(stderr, "\t-p: print the record in canonical format\n"); fprintf(stderr, "\t-C: list the supported class names\n"); fprintf(stderr, "\t-P: list the supported private type names\n"); fprintf(stderr, "\t-T: list the supported standard type names\n");