Skip to content

Commit

Permalink
[GLib] Fix typo in WebKitClipboardPermissionRequest
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=255733

Reviewed by Adrian Perez de Castro.

* Source/WebKit/UIProcess/API/glib/WebKitClipboardPermissionRequest.cpp:

Canonical link: https://commits.webkit.org/263192@main
  • Loading branch information
mcatanzaro committed Apr 20, 2023
1 parent 8aebf55 commit 35fda5b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ typedef WebKitPermissionRequestIface WebKitPermissionRequestInterface;
* A permission request for reading clipboard contents.
*
* WebKitClipboardPermissionRequest represents a request for
* permission to decide whether WebKit can access the clibpard to read
* permission to decide whether WebKit can access the clipboard to read
* its contents through the Async Clipboard API.
*
* When a WebKitClipboardPermissionRequest is not handled by the user,
Expand Down

0 comments on commit 35fda5b

Please sign in to comment.