diff options
author | Thomas Huth | 2022-07-22 16:35:21 +0200 |
---|---|---|
committer | Thomas Huth | 2022-08-01 11:58:02 +0200 |
commit | a07d9df0fd9d449c0271e2fe358e472bc7efefc2 (patch) | |
tree | 1f09d173f67c9481f4532b197fa37d7afeb97ed1 /ui | |
parent | misc: fix commonly doubled up words (diff) | |
download | qemu-a07d9df0fd9d449c0271e2fe358e472bc7efefc2.tar.gz qemu-a07d9df0fd9d449c0271e2fe358e472bc7efefc2.tar.xz qemu-a07d9df0fd9d449c0271e2fe358e472bc7efefc2.zip |
trivial: Fix duplicated words
Some files wrongly contain the same word twice in a row.
One of them should be removed or replaced.
Message-Id: <20220722145859.1952732-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'ui')
-rw-r--r-- | ui/vdagent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/vdagent.c b/ui/vdagent.c index aa6167f0b4..a899eed195 100644 --- a/ui/vdagent.c +++ b/ui/vdagent.c @@ -544,7 +544,7 @@ static void vdagent_clipboard_recv_grab(VDAgentChardev *vd, uint8_t s, uint32_t if (size > sizeof(uint32_t) * 10) { /* * spice has 6 types as of 2021. Limiting to 10 entries - * so we we have some wiggle room. + * so we have some wiggle room. */ return; } |