diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-07-09 21:58:39 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-07-09 21:58:39 +0300 |
commit | 48df540537a97c90c408fc614d3b11d11abbab27 (patch) | |
tree | 902b3a0d2183c10b5af625b5fc3e5ca49c92ef6b | |
parent | ae1139c068702ede2d35002bdd14199a2c9eb4d8 (diff) | |
download | egawk-48df540537a97c90c408fc614d3b11d11abbab27.tar.gz egawk-48df540537a97c90c408fc614d3b11d11abbab27.tar.bz2 egawk-48df540537a97c90c408fc614d3b11d11abbab27.zip |
Fix spelling errors in gawkapi.h.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gawkapi.h | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2019-07-09 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.api.h: Update copyright year, fix some spelling errors. + 2019-07-08 Andrew J. Schorr <aschorr@telemetry-investments.com> * gawkapi.h (gawk_api_major_version): Bump from 2 to 3 because the @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2012-2018 the Free Software Foundation, Inc. + * Copyright (C) 2012-2019 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -546,7 +546,7 @@ typedef struct gawk_api { * behave in the same way. * * For a function parameter, the return is false if the argument - * count is out of range, or if the actual paramater does not match + * count is out of range, or if the actual parameter does not match * what is specified in wanted. In that case, result->val_type * will hold the actual type of what was passed. * @@ -585,8 +585,8 @@ typedef struct gawk_api { /* Functions to handle parameters passed to the extension. */ /* - * Get the count'th paramater, zero-based. - * Returns false if count is out of range, or if actual paramater + * Get the count'th parameter, zero-based. + * Returns false if count is out of range, or if actual parameter * does not match what is specified in wanted. In that case, * result->val_type is as described above. */ |