From f799ed89e831776a53f49387a288209e194393e1 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 29 Mar 2012 14:33:45 +0200 Subject: [PATCH] Fix typo in comment --- spice/controller_prot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice/controller_prot.h b/spice/controller_prot.h index f7b1f26..355feac 100644 --- a/spice/controller_prot.h +++ b/spice/controller_prot.h @@ -78,7 +78,7 @@ enum { CONTROLLER_COLOR_DEPTH, CONTROLLER_DISABLE_EFFECTS, - //spice client -> extrenal app + //spice client -> external app CONTROLLER_MENU_ITEM_CLICK = 1001, };