docs: fix simple typo, maximim -> maximum

There is a small typo in libnczarr/zvar.c.

Should read `maximum` rather than `maximim`.
This commit is contained in:
Tim Gates 2020-12-28 11:21:29 +11:00
parent ad6bff35c3
commit 451230cf03
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

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.
*