VirtualBox

Ignore:
Timestamp:
Jun 26, 2023 7:49:50 AM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157999
Message:

Shared Clipboard: Fixed typos. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard-x11.cpp

    r100235 r100284  
    9090 * This starts the HTTP server if not done yet and registers the transfer with it.
    9191 *
    92  * @thread Clipbpoard main thread.
     92 * @thread Clipboard main thread.
    9393 */
    9494static DECLCALLBACK(void) vbclX11OnHttpTransferRegisteredCallback(PSHCLTRANSFERCALLBACKCTX pCbCtx, PSHCLTRANSFERCTX pTransferCtx)
     
    133133 * @param   pTransfer           Transfer to unregister.
    134134 *
    135  * @thread Clipbpoard main thread.
     135 * @thread Clipboard main thread.
    136136 */
    137137static void vbclX11HttpTransferUnregister(PSHCLCONTEXT pCtx, PSHCLTRANSFER pTransfer)
     
    151151 * Unregisters a (now) unregistered transfer from the HTTP server.
    152152 *
    153  * @thread Clipbpoard main thread.
     153 * @thread Clipboard main thread.
    154154 */
    155155static DECLCALLBACK(void) vbclX11OnHttpTransferUnregisteredCallback(PSHCLTRANSFERCALLBACKCTX pCbCtx, PSHCLTRANSFERCTX pTransferCtx)
     
    164164 * Unregisters a complete transfer from the HTTP server.
    165165 *
    166  * @thread Clipbpoard main thread.
     166 * @thread Clipboard main thread.
    167167 */
    168168static DECLCALLBACK(void) vbclX11OnHttpTransferCompletedCallback(PSHCLTRANSFERCALLBACKCTX pCbCtx, int rc)
     
    176176 * Unregisters a failed transfer from the HTTP server.
    177177 *
    178  * @thread Clipbpoard main thread.
     178 * @thread Clipboard main thread.
    179179 */
    180180static DECLCALLBACK(void) vbclX11OnHttpTransferErrorCallback(PSHCLTRANSFERCALLBACKCTX pCtx, int rc)
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