summaryrefslogtreecommitdiff
path: root/build/nw_ver.awk
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-15 22:39:14 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-15 22:39:14 +0000
commit732428c7236a01690bbbd5e384268c3d185e7374 (patch)
treed2e61ec0471a2887073eeab16384eaeb14c6f56a /build/nw_ver.awk
parent7703723b08ffcd7864f721d8d6db7561dce2255e (diff)
downloadapr-732428c7236a01690bbbd5e384268c3d185e7374.tar.gz
fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@794443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/nw_ver.awk')
-rw-r--r--build/nw_ver.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/nw_ver.awk b/build/nw_ver.awk
index 4556d1e31..e83ea9689 100644
--- a/build/nw_ver.awk
+++ b/build/nw_ver.awk
@@ -15,7 +15,7 @@
BEGIN {
- # fetch APR version numbers from input file and writes them to STDOUT
+ # fetch APR version numbers from input file and write them to STDOUT
while ((getline < ARGV[1]) > 0) {
if (match ($0, /^#define APR_MAJOR_VERSION/)) {