summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-10-09 01:53:55 -0400
committerPaul Smith <psmith@gnu.org>2013-10-09 01:53:55 -0400
commitdc9ae5e017e6a8c162a0e15d28c09ace49c33c3a (patch)
treed8b809eb9e488113a3cee2eab21298fe310a5e58 /read.c
parent723e0474286be3b200e01d695c3f63a30565fe1a (diff)
downloadgunmake-dc9ae5e017e6a8c162a0e15d28c09ace49c33c3a.tar.gz
[SV 39709] Fix some typos.
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index 7f90b9b..15d1b13 100644
--- a/read.c
+++ b/read.c
@@ -1073,7 +1073,7 @@ eval (struct ebuffer *ebuf, int set_default)
here, but merely copy, since now you're beyond a ";"
and into a command script. However, the old parser
expanded the whole line, so we continue that for
- backwards-compatiblity. Also, it wouldn't be
+ backwards-compatibility. Also, it wouldn't be
entirely consistent, since we do an unconditional
expand below once we know we don't have a
target-specific variable. */