VirtualBox

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

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

Location:
trunk/src/VBox/GuestHost/OpenGL/util
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/tcpip.c

    r15532 r33595  
    723723        if ( err == EINTR )
    724724        {
    725             crWarning( "select interruped by an unblocked signal, trying again" );
     725            crWarning( "select interrupted by an unblocked signal, trying again" );
    726726        }
    727727        else
     
    13141314        {
    13151315            crWarning( "connection to %s:%d "
    1316                     "interruped, trying again", conn->hostname, conn->port );
     1316                    "interrupted, trying again", conn->hostname, conn->port );
    13171317            continue;
    13181318        }
  • trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c

    r33561 r33595  
    453453    if (conn->cbHostBufferAllocated < len)
    454454    {
    455         crDebug("Host buffer too small %d out of requsted %d bytes, reallocating", conn->cbHostBufferAllocated, len);
     455        crDebug("Host buffer too small %d out of requested %d bytes, reallocating", conn->cbHostBufferAllocated, len);
    456456        crFree(conn->pHostBuffer);
    457457        conn->pHostBuffer = crAlloc(len);
     
    534534                if (rc==0)
    535535                {
    536                     crWarning("vboxCall retry(%i) succeded", i+1);
     536                    crWarning("vboxCall retry(%i) succeeded", i+1);
    537537                    return VINF_SUCCESS;
    538538                }
  • trunk/src/VBox/GuestHost/OpenGL/util/vboxhgsmi.c

    r33540 r33595  
    290290                if (rc==0)
    291291                {
    292                     crWarning("vboxCall retry(%i) succeded", i+1);
     292                    crWarning("vboxCall retry(%i) succeeded", i+1);
    293293                    return VINF_SUCCESS;
    294294                }
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