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/GuestHost/OpenGL/state_tracker/state_buffer.c

    r26407 r33595  
    557557            if (g->framebufferobject.readFB)
    558558            {
    559                 crStateError(__LINE__, __FILE__, GL_INVALID_OPERATION, "glReadBuffer invalud mode while fbo is active");
     559                crStateError(__LINE__, __FILE__, GL_INVALID_OPERATION, "glReadBuffer invalid mode while fbo is active");
    560560                return;
    561561            }
     
    566566                if (!g->framebufferobject.readFB)
    567567                {
    568                     crStateError(__LINE__, __FILE__, GL_INVALID_OPERATION, "glReadBuffer invalud mode while fbo is inactive");
     568                    crStateError(__LINE__, __FILE__, GL_INVALID_OPERATION, "glReadBuffer invalid mode while fbo is inactive");
    569569                    return;
    570570                }
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