1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: Fix spelling errors.
* argments -> arguments
* varibles -> variables
Author: Bas Couwenberg <sebastic@debian.org>
--- a/netcdf.pd
+++ b/netcdf.pd
@@ -161,7 +161,7 @@ Create an object representing a netCDF f
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
@@ -348,7 +348,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.
|