aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorJuergen Kahrs <Juergen.Kahrs@vr-web.de>2012-03-25 16:20:14 +0200
committerJuergen Kahrs <Juergen.Kahrs@vr-web.de>2012-03-25 16:20:14 +0200
commit02108925ef6d1c8bae2aea95864a0e22ce0fc55e (patch)
treecca49c754a27841517dc2863a91dce00a901838c /main.c
parent9b594365fa257ae16a479038805840e447b24336 (diff)
parent0d3d874286915d998648922158dabf2ffc38d7f9 (diff)
downloadegawk-02108925ef6d1c8bae2aea95864a0e22ce0fc55e.tar.gz
egawk-02108925ef6d1c8bae2aea95864a0e22ce0fc55e.tar.bz2
egawk-02108925ef6d1c8bae2aea95864a0e22ce0fc55e.zip
Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawk
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 693db0f4..dafa15cf 100644
--- a/main.c
+++ b/main.c
@@ -1029,7 +1029,7 @@ load_environ()
*--val = '=';
}
/*
- * Put AWKPATH and AWKLIBPATh into ENVIRON if not already there.
+ * Put AWKPATH and AWKLIBPATH into ENVIRON if not already there.
* This allows querying it from within awk programs.
*/
path_environ("AWKPATH", defpath);