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

fix some typos in comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Textoidl/nexttok.pro

    r134 r493  
    44;       NEXTTOK 
    55; PURPOSE: 
    6 ;       Find the next occurance of any of a set of characters in a 
     6;       Find the next occurrence of any of a set of characters in a 
    77;       string and return the character which occurs next. 
    88; CATEGORY: 
     
    3636; 
    3737;       Revision 1.2  1996/05/09 00:22:17  mcraig 
    38 ;       Generalized so that the next occurence of any of a set of characters will 
    39 ;       be returned. 
     38;       Generalized so that the next occurrence of any of a set of characters  
     39;       will be returned. 
    4040; 
    4141;       Revision 1.1  1996/01/31 18:41:06  mcraig 
     
    4848;  Copyright (C) 1996 The Regents of the University of California, All 
    4949;  Rights Reserved.  Written by Matthew W. Craig. 
    50 ;  See the file COPYRIGHT for restrictions on distrubting this code. 
     50;  See the file COPYRIGHT for restrictions on distributing this code. 
    5151;  This code comes with absolutely NO warranty; see DISCLAIMER for details. 
    5252;- 
     
    6464    IF (n_params() NE 2) OR keyword_set(Help) THEN BEGIN  
    6565        offset = '   ' 
    66         print, offset+'Find the next occurance of any of a set of characters in a' 
     66        print, offset+'Find the next occurrence of any of a set of characters in a' 
    6767        print, offset+'string and return the character which occurs next.' 
    6868; CALLING SEQUENCE: 
Note: See TracChangeset for help on using the changeset viewer.