Fixed a typo in the debugging output.
authorMalcolm Tredinnick <malcolm@src.gnome.org>
Tue, 15 Jul 2003 03:09:01 +0000 (03:09 +0000)
committerMalcolm Tredinnick <malcolm@src.gnome.org>
Tue, 15 Jul 2003 03:09:01 +0000 (03:09 +0000)
svn path=/trunk/; revision=3049

macros2/ChangeLog
macros2/autogen.sh

index 35c309f..91e3798 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-15  Malcolm Tredinnick <malcolm@commsecure.com.au>
+
+       * autogen.sh: Fix a typo when reporting "forbidden" m4 macros.
+
 2003-06-20  Malcolm Tredinnick <malcolm@commsecure.com.au>
 
        * autogen.sh: Fix some strangeness in the gnome-doc-common test.
index 1d19806..5236dfc 100644 (file)
@@ -191,7 +191,7 @@ check_m4macros() {
                fi
            done
            if $cm_macrofound; then
-               printerr "  $mcm_acro found (should be cleared from macros dir)"
+               printerr "  $cm_macro found (should be cleared from macros dir)"
                cm_status=1
            fi
        done