Skip to content

Commit

Permalink
Fix spelling errors.
Browse files Browse the repository at this point in the history
 * argments -> arguments
 * varibles -> variable
  • Loading branch information
sebastic authored and mohawk2 committed Jan 13, 2022
1 parent bd11da6 commit c92b50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netcdf.pd
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Create an object representing a netCDF file.
netcdf-files. Even with this option the 'put' function will write
variables in FORTRAN order (as before) and will reverse the
dimension names so they fit this order. With this option, the
'putslice' function will write varibles in the same way as 'put'.
'putslice' function will write variables in the same way as 'put'.
You should use this option if your planning to work with other
netcdf-programs (ncview, NCL) or if you are planning to combine
putslice and slice. You should _not_ use this option, if you need
Expand Down Expand Up @@ -359,7 +359,7 @@ Arguments:
1) The name of the netCDF variable to fetch. If this is the only
argument, then the entire variable will be returned.
To fetch a slice of the netCDF variable, optional 2nd and 3rd argments
To fetch a slice of the netCDF variable, optional 2nd and 3rd arguments
must be specified:
2) A pdl which specifies the N dimensional starting point of the slice.
Expand Down

0 comments on commit c92b50b

Please sign in to comment.