Show
Ignore:
Timestamp:
10/03/05 13:54:21 (3 years ago)
Author:
gnue
Message:

change spellmis

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/src/newt_core/NewtVM.c

    r42 r45  
    34383438    NewtDefGlobalFunc(NSSYM(StrCat),    NsStrCat,           2, "StrCat(str1, str2)"); 
    34393439 
    3440     NewtDefGlobalFunc(NSSYM(ExtractByte),NsExtractByte,     2, "NsExtractByte(data, offset)"); 
     3440    NewtDefGlobalFunc(NSSYM(ExtractByte),NsExtractByte,     2, "ExtractByte(data, offset)"); 
    34413441 
    34423442    NewtDefGlobalFunc(NSSYM(Gets),      NsGets,             0, "Gets()");