VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp

    r32586 r33540  
    270270        }
    271271
    272         /* Check whether there is an X intesection between these adjacent rects in the new rectangles
     272        /* Check whether there is an X intersection between these adjacent rects in the new rectangles
    273273         * and fix the intersection if delta is "good".
    274274         */
     
    298298        }
    299299
    300         /* Check whether there is an X intesection between these adjacent rects in the new rectangles
     300        /* Check whether there is an X intersection between these adjacent rects in the new rectangles
    301301         * and fix the intersection if delta is "good".
    302302         */
     
    314314    }
    315315
    316     /* Y positive (in the computer sence, top->down). */
     316    /* Y positive (in the computer sense, top->down). */
    317317    for (iRect = 0; iRect < nRects; iRect++)
    318318    {
     
    326326        }
    327327
    328         /* Check whether there is an Y intesection between these adjacent rects in the new rectangles
     328        /* Check whether there is an Y intersection between these adjacent rects in the new rectangles
    329329         * and fix the intersection if delta is "good".
    330330         */
     
    342342    }
    343343
    344     /* Y negative (in the computer sence, down->top). */
     344    /* Y negative (in the computer sense, down->top). */
    345345    for (iRect = 0; iRect < nRects; iRect++)
    346346    {
     
    354354        }
    355355
    356         /* Check whether there is an Y intesection between these adjacent rects in the new rectangles
     356        /* Check whether there is an Y intersection between these adjacent rects in the new rectangles
    357357         * and fix the intersection if delta is "good".
    358358         */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette