Index: /trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp
===================================================================
--- /trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp	(revision 86643)
+++ /trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp	(revision 86644)
@@ -2599,8 +2599,8 @@
     /* Already marked for stopping? */
     AssertMsgReturn(pTransfer->Thread.fStop == false,
-                    ("Thransfer thread already marked for stopping"), VERR_WRONG_ORDER);
+                    ("Transfer thread already marked for stopping"), VERR_WRONG_ORDER);
     /* Already started? */
     AssertMsgReturn(pTransfer->Thread.fStarted == false,
-                    ("Thransfer thread already started"), VERR_WRONG_ORDER);
+                    ("Transfer thread already started"), VERR_WRONG_ORDER);
 
     /* Spawn a worker thread, so that we don't block the window thread for too long. */
