summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2021-04-09 19:03:59 +0200
committerStefan Weil <sw@weilnetz.de>2021-04-09 19:03:59 +0200
commit969baca93e08943dd0e8cddbcb33d09915af6ee9 (patch)
treed15082ab7d2b44b6273667b6e055867c77b03896
parent06aa9375ad17ffa690a8b572aff6ee1168ffcf7a (diff)
stream-device: Fix some typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
-rw-r--r--spice/stream-device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/spice/stream-device.h b/spice/stream-device.h
index 15d839b..839079d 100644
--- a/spice/stream-device.h
+++ b/spice/stream-device.h
@@ -176,10 +176,10 @@ typedef struct StreamMsgDeviceDisplayInfo {
} StreamMsgDeviceDisplayInfo;
/* This message contains a quality indicator string, generated by the
- * streaming agent. It is indended to be used by a module running of
- * the server to ajust the streaming quality.
+ * streaming agent. It is intended to be used by a module running of
+ * the server to adjust the streaming quality.
*
- * The format of the string message is not specificied because
+ * The format of the string message is not specified because
* module-specific.
*
* This message is sent by the guest to the host.