diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-28 20:53:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-28 20:53:39 (GMT) |
commit | 0cdfc92a1960384bd6a2f08c66b522ffd03230d7 (patch) | |
tree | 1795a874b385e2d306bacbf4799be0db26236027 /Grammar | |
parent | 329796d63470cc7c69d908262439539c04f6eb54 (diff) | |
download | cpython-0cdfc92a1960384bd6a2f08c66b522ffd03230d7.zip cpython-0cdfc92a1960384bd6a2f08c66b522ffd03230d7.tar.gz cpython-0cdfc92a1960384bd6a2f08c66b522ffd03230d7.tar.bz2 |
Fix typo: config.stat --> config.status
Diffstat (limited to 'Grammar')
-rw-r--r-- | Grammar/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Grammar/Makefile.in b/Grammar/Makefile.in index 8121409..f160c42 100644 --- a/Grammar/Makefile.in +++ b/Grammar/Makefile.in @@ -2,7 +2,7 @@ # in the parent directory. Once configure has run, you can recreate # the Makefile by running just config.status. -# === Variables set by config.stat === +# === Variables set by config.status === VERSION= @VERSION@ |