Changeset 76


Ignore:
Timestamp:
05/24/08 15:02:56 (16 years ago)
Author:
bjn8
Message:

Test commit - corrected a spelling mistake on an error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/InteractiveWidget.java

    r55 r76  
    154154                if (iwclass == null) // ensure it exists
    155155                        throw new InteractiveWidgetNotAvailableException(classname
    156                                         + " does not exit or is not an InteractiveWidget");
     156                                        + " does not exist or is not an InteractiveWidget");
    157157
    158158                // Extract out the parameters - if any
Note: See TracChangeset for help on using the changeset viewer.