From 680b368540838b7ed801329cb6550011f5bb1a55 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 8 Aug 2007 22:33:34 +0000 Subject: Fix typo. 2007-08-08 Behdad Esfahbod * docs/check.docs: Fix typo. svn path=/trunk/; revision=2393 --- docs/check.docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/check.docs b/docs/check.docs index 9d092e8d..db6297c8 100755 --- a/docs/check.docs +++ b/docs/check.docs @@ -22,7 +22,7 @@ fi if ! grep '^0 symbols incomplete' pango-undocumented.txt >/dev/null || ! grep '^0 not documented' pango-undocumented.txt >/dev/null; then echo Incomplete or undocumented symbols: - cat pango-unused.txt + cat pango-undocumented.txt status=1 fi -- cgit v1.2.1