From 7e3b4ad09b41ee6705bc7d816e419d6e00bd8fc2 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 13 Jun 2013 20:52:11 -0400 Subject: [PATCH] Fixed typo in comment in the configure.ac files --- configure.ac | 2 +- desktop/configure.ac | 2 +- opensync-plugin-0.4x/configure.ac | 2 +- opensync-plugin/configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index aab70611..45374d3e 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_INIT_AUTOMAKE([dist-bzip2]) AC_USE_SYSTEM_EXTENSIONS AM_GNU_GETTEXT([external]) -# this is the verion of gettext, not barry +# this is the version of gettext, not barry AM_GNU_GETTEXT_VERSION([0.18.1]) # diff --git a/desktop/configure.ac b/desktop/configure.ac index 29f9d045..d6db5cb5 100644 --- a/desktop/configure.ac +++ b/desktop/configure.ac @@ -15,7 +15,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE AM_GNU_GETTEXT([external]) -# this is the verion of gettext, not barry +# this is the version of gettext, not barry AM_GNU_GETTEXT_VERSION([0.18.1]) # diff --git a/opensync-plugin-0.4x/configure.ac b/opensync-plugin-0.4x/configure.ac index a22941c5..a2743df4 100644 --- a/opensync-plugin-0.4x/configure.ac +++ b/opensync-plugin-0.4x/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) AM_GNU_GETTEXT([external]) -# this is the verion of gettext, not barry +# this is the version of gettext, not barry AM_GNU_GETTEXT_VERSION([0.18.1]) AC_ISC_POSIX diff --git a/opensync-plugin/configure.ac b/opensync-plugin/configure.ac index a41aac97..4efe1d32 100644 --- a/opensync-plugin/configure.ac +++ b/opensync-plugin/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) AM_GNU_GETTEXT([external]) -# this is the verion of gettext, not barry +# this is the version of gettext, not barry AM_GNU_GETTEXT_VERSION([0.18.1]) AC_ISC_POSIX -- 2.11.4.GIT