diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-12-27 12:04:43 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-12-28 19:12:29 +0100 |
commit | b32791d4bdfd910facdadb7a4451d07f2d6b2f88 (patch) | |
tree | 771b32f1cd8fe7f43fa6d61af355e2ffc7db442e | |
parent | c26ffda7d6a230923a0778bf4a81b5b81d3fdbfd (diff) | |
download | cuirass-b32791d4bdfd910facdadb7a4451d07f2d6b2f88.tar cuirass-b32791d4bdfd910facdadb7a4451d07f2d6b2f88.tar.gz |
build: Fix typo "the" => "they".
* Makefile.am <Generated files>: Fix typo "the" => "they".
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8306540..c5eebde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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; \ |