Ignore:
Timestamp:
04/08/14 11:28:29 (10 years ago)
Author:
pinsard
Message:

fix some typos in comments

Location:
trunk/SRC/ReadWrite/idl-NetCDF
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/idl-NetCDF/ncdf_listvars.pro

    r371 r493  
    77; 
    88; @param input {in}{required}{type=salar string or long integer}  
    9 ; the name of the file or its Id (defined by a previus call to 
     9; the name of the file or its Id (defined by a previous call to 
    1010; ncdf_open or ncdf_create) 
    1111; Note that if input corresponds to the file name, ncdf_listvars will 
  • trunk/SRC/ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.pro

    r325 r493  
    2727;                           output script. 
    2828;  17 Feb 98  S. Rupert     Corrected validation routine to handle instance 
    29 ;                           of name strating with a number and containing a 
     29;                           of name starting with a number and containing a 
    3030;                           dash. 
    3131;  05 Jul 00  A.M.Iwi       Added keyword PREFIX= on CDF2IDL.  Supplied string 
  • trunk/SRC/ReadWrite/idl-NetCDF/ncdf_read.pro

    r157 r493  
    151151    endfor 
    152152endif else begin 
    153     ;; arbitary scalar value 
     153    ;; arbitrary scalar value 
    154154    ;; an empty list would be sensible but IDL doesn't support it 
    155155    gatts=-1 
Note: See TracChangeset for help on using the changeset viewer.