Changeset 18840


Ignore:
Timestamp:
04/19/17 14:53:33 (8 years ago)
Author:
tbretz
Message:
Fixed a typo in an exception.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/InterpreterV8.cc

    r18839 r18840  
    483483
    484484    if (!args[0]->IsUint32() && !args[0]->IsString())
    485         return ThrowException(String::New("Argument must be an unint32 or a string."));
     485        return ThrowException(String::New("Argument must be an uint32 or a string."));
    486486
    487487    int index = -2;
Note: See TracChangeset for help on using the changeset viewer.