Fix a typo

This commit is contained in:
Matthias Clasen 2014-09-22 06:59:29 -04:00
parent b65e30e7ec
commit 10d4a2a43e

View File

@ -49,10 +49,10 @@ Make sure that gtk-doc is the latest released version.
* forgotten source files * forgotten source files
* new symbols missing from .symbols files * new symbols missing from .symbols files
* symbols that are exported by should be private (static or _-prefixed) * symbols that are exported by should be private (static or _-prefixed)
* symbols that cause PLT entries. This is either caused by using * symbols that cause PLT entries. This is either caused by using a function
a in the same library function without including the header or by in the same library function without including the header or by using a
using a function from a different library, which is not yet allowed function from a different library, which is not yet allowed by the filter
by the filter in pltcheck.sh in pltcheck.sh
7) If this is a devel release, make sure that the docs for new symbols 7) If this is a devel release, make sure that the docs for new symbols
are in good shape. Look at the -unused.txt files and add stuff found are in good shape. Look at the -unused.txt files and add stuff found