Merge pull request #1920 from timgates42/bugfix_typo_maximum

docs: fix simple typo, maximim -> maximum
This commit is contained in:
Ward Fisher 2021-01-05 14:38:12 -07:00 committed by GitHub
commit 08da6403c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,7 +258,7 @@ give_var_secret_name(NC_VAR_INFO_T *var, const char *name)
* @param ncid File ID.
* @param name Name.
* @param xtype Type.
* @param ndims Number of dims. ZARR has maximim of 32.
* @param ndims Number of dims. ZARR has maximum of 32.
* @param dimidsp Array of dim IDs.
* @param varidp Gets the var ID.
*