Fix typo in comment

extrenal -> external

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
Frediano Ziglio 2018-06-21 10:25:35 +01:00
parent 5e2001b0ed
commit dec80bfe28
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,