]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
"we much have recovered" -> "we must have recovered"
authorDavid Lawrence <source@isc.org>
Thu, 22 Jun 2000 17:23:48 +0000 (17:23 +0000)
committerDavid Lawrence <source@isc.org>
Thu, 22 Jun 2000 17:23:48 +0000 (17:23 +0000)
bin/dig/dig.c

index 43b7bd02cfc74d85896dfb8776b3389112424201..4f000ca678a22441cf762d2a7b517f309afec839 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: dig.c,v 1.48 2000/06/22 01:26:38 tale Exp $ */
+/* $Id: dig.c,v 1.49 2000/06/22 17:23:48 tale Exp $ */
 
 #include <config.h>
 #include <stdlib.h>
@@ -313,7 +313,7 @@ printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) {
 
        /*
         * Exitcode 9 means we timed out, but if we're printing a message,
-        * we much have recovered.  Go ahead and reset it to code 0, and
+        * we must have recovered.  Go ahead and reset it to code 0, and
         * call this a success.
         */
        if (exitcode == 9)