From 85a195f6f9901e98abe9306f1e05e25107e61955 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Sat, 24 Mar 2012 11:16:23 -0400 Subject: Fix some coding style issues and a typo in a comment. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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); -- cgit v1.2.3