VirtualBox

Changeset 86644 in vbox for trunk


Ignore:
Timestamp:
Oct 20, 2020 11:01:39 AM (4 years ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Spelling nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp

    r82968 r86644  
    25992599    /* Already marked for stopping? */
    26002600    AssertMsgReturn(pTransfer->Thread.fStop == false,
    2601                     ("Thransfer thread already marked for stopping"), VERR_WRONG_ORDER);
     2601                    ("Transfer thread already marked for stopping"), VERR_WRONG_ORDER);
    26022602    /* Already started? */
    26032603    AssertMsgReturn(pTransfer->Thread.fStarted == false,
    2604                     ("Thransfer thread already started"), VERR_WRONG_ORDER);
     2604                    ("Transfer thread already started"), VERR_WRONG_ORDER);
    26052605
    26062606    /* Spawn a worker thread, so that we don't block the window thread for too long. */
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