[cairo-commit] doc/public
Nis Martensen
nmartensen at kemper.freedesktop.org
Mon Apr 16 13:15:33 PDT 2012
doc/public/check-doc-coverage.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4f125a1bd069095f3a97f009e7d7af2681353fb1
Author: Nis Martensen <nis.martensen at web.de>
Date: Thu Apr 12 23:20:59 2012 +0200
typo
diff --git a/doc/public/check-doc-coverage.sh b/doc/public/check-doc-coverage.sh
index 581f324..648ca12 100755
--- a/doc/public/check-doc-coverage.sh
+++ b/doc/public/check-doc-coverage.sh
@@ -31,7 +31,7 @@ fi >&2
if test -f "$DOC_MODULE-unused.txt"; then
unused=`cat "$DOC_MODULE-unused.txt"`
if test -n "$unused"; then
- echo "*** ERROR: Unused documentated symbols:" 1>&2
+ echo "*** ERROR: Unused documented symbols:" 1>&2
cat "$DOC_MODULE-unused.txt" 1>&2
stat=1
fi
More information about the cairo-commit
mailing list