mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 22:48:07 +02:00
typo
This commit is contained in:
parent
905a88bf51
commit
4f125a1bd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue