diff options
-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. */ |