diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-04-20 22:55:41 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-06-09 23:38:16 +0300 |
commit | 40b89515d026915a0593993712e322addac095b9 (patch) | |
tree | 6804bddb38c53de74f29188d7964c12c65448fd9 /include/ui/clipboard.h | |
parent | 46e75a77a9f5a5d88e4c8bb6de37f1531aa7d8b0 (diff) | |
download | qemu-40b89515d026915a0593993712e322addac095b9.zip qemu-40b89515d026915a0593993712e322addac095b9.tar.gz qemu-40b89515d026915a0593993712e322addac095b9.tar.bz2 |
spelling: information
3 trivial fixes: 2 .json comments which goes to
executables, and 1 .h file comment.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/ui/clipboard.h')
-rw-r--r-- | include/ui/clipboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/clipboard.h b/include/ui/clipboard.h index ce76aa4..ab6acdb 100644 --- a/include/ui/clipboard.h +++ b/include/ui/clipboard.h @@ -170,7 +170,7 @@ void qemu_clipboard_peer_release(QemuClipboardPeer *peer, * * @selection: clipboard selection. * - * Return the current clipboard data & owner informations. + * Return the current clipboard data & owner information. */ QemuClipboardInfo *qemu_clipboard_info(QemuClipboardSelection selection); |