aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2015-01-04 18:24:25 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2015-01-04 18:24:25 -0500
commit903e540568e70f71e0a2911cb5998ac2d82ebbb4 (patch)
treeff0fa53e3e0357612e63240e26088966ef244efc /gawkapi.h
parente36300be4deb7bbdeff17c8e896ac2f727e1477e (diff)
downloadegawk-903e540568e70f71e0a2911cb5998ac2d82ebbb4.tar.gz
egawk-903e540568e70f71e0a2911cb5998ac2d82ebbb4.tar.bz2
egawk-903e540568e70f71e0a2911cb5998ac2d82ebbb4.zip
Document new user-visible features in gawk.1 and gawktexi.in.
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 22b3be3d..6893fda0 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -504,7 +504,7 @@ typedef struct gawk_api {
awk_value_t *result);
/*
- * Convert a paramter that was undefined into an array
+ * Convert a parameter that was undefined into an array
* (provide call-by-reference for arrays). Returns false
* if count is too big, or if the argument's type is
* not undefined.