diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-10-08 14:49:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-10-08 14:49:29 +0000 |
commit | e903f88a7388f0b463204ea1f960a4ace840175b (patch) | |
tree | b89aeffa3d2aa6f3680eec73b8501775c53515dd | |
parent | 3f46e8a51c6020d29bafdbf9366115deb4cad02d (diff) |
Original commit message from CVS:
fix typo
-rw-r--r-- | m4/gst-doc.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-doc.m4 b/m4/gst-doc.m4 index 46daade..5416ed8 100644 --- a/m4/gst-doc.m4 +++ b/m4/gst-doc.m4 @@ -80,7 +80,7 @@ if test "x$HAVE_XMLTO" = "xtrue" && \ AC_MSG_NOTICE(Will output HTML documentation) else DOC_HTML=false - AC_MSG_NOTICE(Will not ioutput HTML documentation) + AC_MSG_NOTICE(Will not output HTML documentation) fi dnl check if we can generate PS |