Ignore:
Timestamp:
02/08/14 14:58:42 (10 years ago)
Author:
davidb
Message:

Tidy up on some comment text

File:
1 edited

Legend:

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

    r699 r865  
    4141        private static Dimension _MaxSize = null;
    4242
    43         // Final passes to renderering the current frame
     43        // Final passes to rendering the current frame
    4444        private static LinkedList<FrameRenderPass> _frameRenderPasses = new LinkedList<FrameRenderPass>();
    4545
     
    5151        public static final int MODE_XRAY = 2;
    5252
    53         // Start in XRay mode so that errors arnt thrown when parsing the profile
     53        // Start in XRay mode so that errors aren't thrown when parsing the profile
    5454        // frame if it has images on it
    5555        private static int _Mode = MODE_XRAY;
Note: See TracChangeset for help on using the changeset viewer.