build: Fix typo "the" => "they".

* Makefile.am <Generated files>: Fix typo "the" => "they".
pull/3/head
Mathieu Lirzin 2016-12-27 12:04:43 +01:00
parent c26ffda7d6
commit b32791d4bd
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ do_subst = ( $(SED) \
# Generic instructions to perform the substitution. Generated files shouldn't
# contain unexpanded '@substitutions@', and should be made read-only, to
# prevent them from being edited by mistake instead of the file the are
# prevent them from being edited by mistake instead of the file they are
# generated from.
generate_file = \
$(AM_V_GEN)rm -f $@ $@-t; \