diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-08-08 22:33:34 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-08-08 22:33:34 +0000 |
commit | 680b368540838b7ed801329cb6550011f5bb1a55 (patch) | |
tree | c8d57ac504a815d63bea639bcba877104d240b9d /docs | |
parent | 647c72eb9e9e6ad8684c3f06fb1ab9a517496f10 (diff) | |
download | pango-680b368540838b7ed801329cb6550011f5bb1a55.tar.gz |
Fix typo.
2007-08-08 Behdad Esfahbod <behdad@gnome.org>
* docs/check.docs: Fix typo.
svn path=/trunk/; revision=2393
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/check.docs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |