VirtualBox

Ignore:
Timestamp:
Oct 29, 2010 10:35:00 AM (14 years ago)
Author:
vboxsync
Message:

src/*: more spelling fixes (logging), thanks Timeless!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m

    r33540 r33595  
    7070                case GL_OUT_OF_MEMORY: errStr = RTStrDup("GL_OUT_OF_MEMORY"); break;
    7171                case GL_TABLE_TOO_LARGE: errStr = RTStrDup("GL_TABLE_TOO_LARGE"); break;
    72                 default: errStr = RTStrDup("UNKOWN"); break;
     72                default: errStr = RTStrDup("UNKNOWN"); break;
    7373            }
    7474            DEBUG_MSG(("%s:%d: glError %d (%s)\n", file, line, g, errStr));
     
    11111111            if ([m_pSharedGLCtx view] != self)
    11121112            {
    1113                 DEBUG_MSG(("renderFBOToView: not currect view of shared ctx!"));
     1113                DEBUG_MSG(("renderFBOToView: not current view of shared ctx!"));
    11141114                [m_pSharedGLCtx setView: self];
    11151115                [self updateViewport];
     
    12531253- (void)setVisibleRegions:(GLint)cRects paRects:(GLint*)paRects
    12541254{
    1255     DEBUG_MSG_1(("New region recieved\n"));
     1255    DEBUG_MSG_1(("New region received\n"));
    12561256
    12571257    [self clearVisibleRegions];
Note: See TracChangeset for help on using the changeset viewer.

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