gtestutils: Fix a typo in the documentation for GTestFileType

EXTRA_DIST, not DIST_EXTRA.
This commit is contained in:
Philip Withnall 2016-10-12 16:47:40 +01:00
parent 4d38d0127b
commit 447044aef3

View File

@ -3408,7 +3408,7 @@ g_test_build_filename_va (GTestFileType file_type,
* 'built' terminology that automake uses and are explicitly used to
* distinguish between the 'srcdir' and 'builddir' being separate. All
* files in your project should either be dist (in the
* `DIST_EXTRA` or `dist_schema_DATA`
* `EXTRA_DIST` or `dist_schema_DATA`
* sense, in which case they will always be in the srcdir) or built (in
* the `BUILT_SOURCES` sense, in which case they will
* always be in the builddir).