mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Fix incorrect keywords.
This commit is contained in:
parent
43417c9f7f
commit
e0b37bc31f
@ -64,8 +64,8 @@ extern int nc__testurl(const char*,char**);
|
||||
we need to be careful about printing their attributes.
|
||||
*/
|
||||
static const char* keywords[] = {
|
||||
"variable",
|
||||
"dimension",
|
||||
"variables",
|
||||
"dimensions",
|
||||
"data",
|
||||
"group",
|
||||
"types",
|
||||
|
@ -394,8 +394,8 @@ are reserved for the use of Unidata and should not be used in user
|
||||
defined attributes.
|
||||
.LP
|
||||
Note also that the words
|
||||
`variable',
|
||||
`dimension',
|
||||
`variables',
|
||||
`dimensions',
|
||||
`data',
|
||||
`group',
|
||||
and `types'
|
||||
|
Loading…
Reference in New Issue
Block a user