summaryrefslogtreecommitdiff
path: root/m4/ax_check_pgsql_db.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-28 00:39:45 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-07-28 00:39:45 +0200
commit5bd850eb82e8e4e55bcb7a9d6bf674528ed522cf (patch)
tree5f64cf5bff1748e986823423028f4109b2570bbe /m4/ax_check_pgsql_db.m4
parent68e93457f1d6f73f8e5019e7a0a97851085dc0fa (diff)
downloadautoconf-archive-5bd850eb82e8e4e55bcb7a9d6bf674528ed522cf.tar.gz
Fix typos
Diffstat (limited to 'm4/ax_check_pgsql_db.m4')
-rw-r--r--m4/ax_check_pgsql_db.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_check_pgsql_db.m4 b/m4/ax_check_pgsql_db.m4
index 09890d9..7df353f 100644
--- a/m4/ax_check_pgsql_db.m4
+++ b/m4/ax_check_pgsql_db.m4
@@ -8,7 +8,7 @@
#
# DESCRIPTION
#
-# This macro checks wether we can connect to a PostgreSQL server with the
+# This macro checks whether we can connect to a PostgreSQL server with the
# given data. The macro AX_PROG_PGCLIENT is required by this one. The
# variable $pgclient_call is set for later use in Makefiles, if you'd like
# to make use of this, you must do
@@ -73,7 +73,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 6
+#serial 7
AU_ALIAS([MS_CHECK_PGSQL_DB], [AX_CHECK_PGSQL_DB])
AC_DEFUN([AX_CHECK_PGSQL_DB], [