summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Seidel <jseidel@src.gnome.org>2005-08-21 20:10:24 +0000
committerJens Seidel <jseidel@src.gnome.org>2005-08-21 20:10:24 +0000
commite4e760b58080c477c976b673ff5aed2cc94f8735 (patch)
tree3c4fb9413e3f598be29809bc7b0ae653a5fca6d2
parent07e892143d1ded887fee9a6f5f19938e68570f3c (diff)
downloadgnome-common-e4e760b58080c477c976b673ff5aed2cc94f8735.tar.gz
fixed a typo: s/occured/occurred/g
svn path=/trunk/; revision=3606
-rw-r--r--macros/gnome-bonobo-check.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-bonobo-check.m4 b/macros/gnome-bonobo-check.m4
index daa109c..0046a85 100644
--- a/macros/gnome-bonobo-check.m4
+++ b/macros/gnome-bonobo-check.m4
@@ -128,7 +128,7 @@ int main ()
echo "*** If you have an old version installed, it is best to remove it, although"
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"],
[ echo "*** The test program failed to compile or link. See the file config.log for the"
- echo "*** exact error that occured. This usually means BONOBO was incorrectly installed"
+ echo "*** exact error that occurred. This usually means BONOBO was incorrectly installed"
echo "*** or that you have moved BONOBO since it was installed. In the latter case, you"
echo "*** may want to edit the gnome-config script: $GNOME_CONFIG" ])
CFLAGS="$ac_save_CFLAGS"