Changeset 12385


Ignore:
Timestamp:
08/29/10 00:19:58 (18 months ago)
Author:
zenogantner
Message:

fixed typos in perl5.yml

Location:
trunk/Padre
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/Changes

    r12381 r12385  
    1313    - Use Ctrl-PageUp/PageDown for cycling between documents - like in 
    1414      Firefox and Google Chrome (ZENOG) 
     15    - Fixed typos in share/languages/perl5/perl5.yml (ZENOG) 
    1516 
    16170.69 2010.08.17 
  • trunk/Padre/share/languages/perl5/perl5.yml

    r10037 r12385  
    171171index: 
    172172 cmd: '(STR, SUBSTR, INDEX)' 
    173  exp: Return the offset of the next occurance of SUBSTR in STR starting from INDEX. 
     173 exp: Return the offset of the next occurrence of SUBSTR in STR starting from INDEX. 
    174174int: 
    175175 cmd: (NUMBER) 
     
    246246no: 
    247247 cmd: (MODULE) 
    248  exp: The oposite of use(). 
     248 exp: The opposite of use(). 
    249249oct: 
    250250 cmd: (STRING) 
     
    318318ref: 
    319319 cmd: SCALAR_VARIABLE 
    320  exp: Returns the name of the refernce type of SCALAR_VARIABLE or false if it is not a reference. 
     320 exp: Returns the name of the reference type of SCALAR_VARIABLE or false if it is not a reference. 
    321321rename: 
    322322 cmd: (OLDNAME, NEWNAME) 
     
    348348seek: 
    349349 cmd: (FILEHANDLE, POSITION, WHENCE) 
    350  exp: Sets FILEHANDLEs position, just like the "fseek" call of "stdio". 
     350 exp: Sets FILEHANDLE's position, just like the "fseek" call of "stdio". 
    351351seekdir: 
    352352 cmd: (DIRHANDLE,POS) 
     
    450450sysseek: 
    451451 cmd: FILEHANDLE,POSITION,WHENCE 
    452  exp: Sets FILEHANDLEs system position in bytes using the system call lseek(2). 
     452 exp: Sets FILEHANDLE's system position in bytes using the system call lseek(2). 
    453453system: 
    454454 cmd: PROGRAM LIST 
     
    467467 exp: This function binds a variable to a package class that will provide the implementation for the variable. 
    468468tied: 
    469  cmd: VARIABLe 
     469 cmd: VARIABLE 
    470470 exp: Returns a reference to the object underlying VARIABLE. 
    471471time: 
     
    480480uc: 
    481481 cmd: STRING 
    482  exp: Returns an uppercased version of STRING. 
     482 exp: Returns an uppercase version of STRING. 
    483483ucfirst: 
    484484 cmd: STRING 
Note: See TracChangeset for help on using the changeset viewer.