mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Fix 'atttributes' typo, replace with 'attributes'.
This commit is contained in:
parent
10aed48aac
commit
eb2561aaab
@ -751,7 +751,7 @@ matching one of `classic', `64-bit offset', `64-bit data', `netCDF-4', or
|
||||
The rest of the special attributes are all variable attributes.
|
||||
Essentially all of then map to some corresponding `nc_def_var_XXX'
|
||||
function as defined in the netCDF-4 API.
|
||||
For the atttributes that are essentially boolean (_Fletcher32, _Shuffle,
|
||||
For the attributes that are essentially boolean (_Fletcher32, _Shuffle,
|
||||
and _NOFILL), the value true can be specified by using the strings
|
||||
`true' or `1', or by using the integer 1.
|
||||
The value false expects either `false', `0', or the integer 0.
|
||||
|
Loading…
x
Reference in New Issue
Block a user