aboutsummaryrefslogtreecommitdiff
path: root/ui/vdagent.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-07-22 16:35:21 +0200
committerThomas Huth <thuth@redhat.com>2022-08-01 11:58:02 +0200
commita07d9df0fd9d449c0271e2fe358e472bc7efefc2 (patch)
tree1f09d173f67c9481f4532b197fa37d7afeb97ed1 /ui/vdagent.c
parent7a21bee2aa52fc95b25e38372678986ee94f05f1 (diff)
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/vdagent.c')
-rw-r--r--ui/vdagent.c2
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;
}