[gnome-builder] make: Fix mistake in configure.ac comment



commit 884b8b4f3504b4319cd88c385536ef070d41424c
Author: Matthew Leeds <mleeds redhat com>
Date:   Wed Mar 22 15:00:38 2017 -0500

    make: Fix mistake in configure.ac comment

 plugins/make/configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/make/configure.ac b/plugins/make/configure.ac
index df14fba..5550fbe 100644
--- a/plugins/make/configure.ac
+++ b/plugins/make/configure.ac
@@ -8,5 +8,5 @@ AC_ARG_ENABLE([make-plugin],
 # for if ENABLE_MAKE_PLUGIN in Makefile.am
 AM_CONDITIONAL(ENABLE_MAKE_PLUGIN, test x$enable_make_plugin = xyes)
 
-# Ensure our make is generated by autoconf
+# Ensure our Makefile is generated by autoconf
 AC_CONFIG_FILES([plugins/make/Makefile])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]