diff options
author | Malcolm Tredinnick <malcolm@src.gnome.org> | 2003-07-15 03:09:01 +0000 |
---|---|---|
committer | Malcolm Tredinnick <malcolm@src.gnome.org> | 2003-07-15 03:09:01 +0000 |
commit | a2b6f0b248b362d3dbdda5837c557461185fb087 (patch) | |
tree | 184d45ef20acbd5ee2451fb55151887ecdcd25b7 /macros2 | |
parent | 838b0907ac94cbd30d8333998ac78e76b339df9b (diff) | |
download | shared-mime-info-a2b6f0b248b362d3dbdda5837c557461185fb087.tar.gz |
Fixed a typo in the debugging output.
svn path=/trunk/; revision=3049
Diffstat (limited to 'macros2')
-rw-r--r-- | macros2/ChangeLog | 4 | ||||
-rw-r--r-- | macros2/autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog index 35c309fc..91e3798b 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -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. diff --git a/macros2/autogen.sh b/macros2/autogen.sh index 1d19806d..5236dfcd 100644 --- a/macros2/autogen.sh +++ b/macros2/autogen.sh @@ -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 |