VirtualBox

Ignore:
Timestamp:
Oct 29, 2010 10:35:00 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67205
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/req.cpp

    r33540 r33595  
    460460        ||  enmType > RTREQTYPE_MAX)
    461461    {
    462         AssertMsgFailed(("Invalid package type %d valid range %d-%d inclusivly.\n",
     462        AssertMsgFailed(("Invalid package type %d valid range %d-%d inclusively.\n",
    463463                         enmType, RTREQTYPE_INVALID + 1, RTREQTYPE_MAX - 1));
    464464        return VERR_RT_REQUEST_INVALID_TYPE;
     
    673673        || pReq->enmType > RTREQTYPE_MAX)
    674674    {
    675         AssertMsgFailed(("Invalid package type %d valid range %d-%d inclusivly. This was verified on alloc too...\n",
     675        AssertMsgFailed(("Invalid package type %d valid range %d-%d inclusively. This was verified on alloc too...\n",
    676676                         pReq->enmType, RTREQTYPE_INVALID + 1, RTREQTYPE_MAX - 1));
    677677        return VERR_RT_REQUEST_INVALID_TYPE;
     
    743743        ||  pReq->enmType > RTREQTYPE_MAX)
    744744    {
    745         AssertMsgFailed(("Invalid package type %d valid range %d-%d inclusivly. This was verified on alloc and queue too...\n",
     745        AssertMsgFailed(("Invalid package type %d valid range %d-%d inclusively. This was verified on alloc and queue too...\n",
    746746                         pReq->enmType, RTREQTYPE_INVALID + 1, RTREQTYPE_MAX - 1));
    747747        return VERR_RT_REQUEST_INVALID_TYPE;
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