summaryrefslogtreecommitdiff
path: root/spice
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2018-06-21 10:25:35 +0100
committerFrediano Ziglio <fziglio@redhat.com>2018-06-21 11:27:09 +0100
commitdec80bfe2843148b193f87fd1820efba977edcea (patch)
treed710c530139760caff1d0623cd2ba96258deb28e /spice
parent5e2001b0ed1bd84d776160be7e78ec47ab63f72d (diff)
Fix typo in comment
extrenal -> external Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
Diffstat (limited to 'spice')
-rw-r--r--spice/controller_prot.h2
-rw-r--r--spice/foreign_menu_prot.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/spice/controller_prot.h b/spice/controller_prot.h
index 91dbe6f..0b0316f 100644
--- a/spice/controller_prot.h
+++ b/spice/controller_prot.h
@@ -48,7 +48,7 @@ typedef struct SPICE_ATTR_PACKED ControllerMsg {
} ControllerMsg;
enum {
- //extrenal app -> spice client
+ //external app -> spice client
CONTROLLER_HOST = 1,
CONTROLLER_PORT,
CONTROLLER_SPORT,
diff --git a/spice/foreign_menu_prot.h b/spice/foreign_menu_prot.h
index 2ee2552..44f88a2 100644
--- a/spice/foreign_menu_prot.h
+++ b/spice/foreign_menu_prot.h
@@ -43,7 +43,7 @@ typedef struct SPICE_ATTR_PACKED FrgMenuMsg {
} FrgMenuMsg;
enum {
- //extrenal app -> spice client
+ //external app -> spice client
FOREIGN_MENU_SET_TITLE = 1,
FOREIGN_MENU_ADD_ITEM,
FOREIGN_MENU_MODIFY_ITEM,