From dec80bfe2843148b193f87fd1820efba977edcea Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Thu, 21 Jun 2018 10:25:35 +0100 Subject: [PATCH] Fix typo in comment extrenal -> external Signed-off-by: Frediano Ziglio Acked-by: Victor Toso --- spice/controller_prot.h | 2 +- spice/foreign_menu_prot.h | 2 +- 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,