]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix has->have typo in DLZ drivers deprecation message
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Sep 2021 07:37:04 +0000 (09:37 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 22 Sep 2021 07:37:04 +0000 (09:37 +0200)
We fixed the CHANGES and release notes and missed this one.

configure
configure.ac

index e3852f3036e3d2aa458ba839f10acf6ce9db2478..4fd6da718f1387bf60282151c62c88cff6f3ffc1 100755 (executable)
--- a/configure
+++ b/configure
@@ -26419,7 +26419,7 @@ else
   $as_echo "    +--------------------------------------------------------+"
           $as_echo "    |             ==== DEPRECATION WARNING ====              |"
           $as_echo "    +--------------------------------------------------------+"
-          $as_echo "    | Old-style DLZ drivers has been deprecated in favor of  |"
+          $as_echo "    | Old-style DLZ drivers have been deprecated in favor of |"
           $as_echo "    | DLZ modules. The DLZ drivers configuration option will |"
           $as_echo "    | be removed from the next major BIND 9 release.         |"
           $as_echo "    |                                                        |"
index d7952a34175b917d8bf1523b5ba85a29fa0ab138..e5f4cfff3882d6d1d86fd490009162a336d7cac8 100644 (file)
@@ -3038,7 +3038,7 @@ report() {
          [AS_ECHO(["    +--------------------------------------------------------+"])
           AS_ECHO(["    |             ==== DEPRECATION WARNING ====              |"])
           AS_ECHO(["    +--------------------------------------------------------+"])
-          AS_ECHO(["    | Old-style DLZ drivers has been deprecated in favor of  |"])
+          AS_ECHO(["    | Old-style DLZ drivers have been deprecated in favor of |"])
           AS_ECHO(["    | DLZ modules. The DLZ drivers configuration option will |"])
           AS_ECHO(["    | be removed from the next major BIND 9 release.         |"])
           AS_ECHO(["    |                                                        |"])