Ignore:
Timestamp:
02/10/12 11:18:30 (12 years ago)
Author:
davidb
Message:

Fixed typo in comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r429 r436  
    291291        public static boolean canAccessFrame(String frameName) {
    292292                Frame current = DisplayIO.getCurrentFrame();
    293                 // Just incase the current frame is not yet saved...
     293                // Just in case the current frame is not yet saved...
    294294                if (frameName.equals(current.getName())) {
    295295                        FrameIO.SaveFrame(current, false, false);
Note: See TracChangeset for help on using the changeset viewer.