maint: word changes

* README-hacking (Typical errors): Improve wording.
This commit is contained in:
Akim Demaille
2012-10-04 11:45:09 +02:00
parent 7aa15a0026
commit e28ce5def0

View File

@@ -175,9 +175,9 @@ If the test suite shows failures such as the following one
/usr/include/getopt.h:54:8: error: previous definition of 'struct option' /usr/include/getopt.h:54:8: error: previous definition of 'struct option'
it probably means that some file was compiled without it probably means that some file was compiled without
AT_DATA_SOURCE_PROLOGUE. This error is due to the fact that our -I pick up AT_DATA_SOURCE_PROLOGUE. This error is due to the fact that our -I options
gnulib's replacement headers, such as getopt.h, which will go if config.h pick up gnulib's replacement headers, such as getopt.h, and this will go
was not included first. wrong if config.h was not included first.
See tests/local.at for details. See tests/local.at for details.