summaryrefslogtreecommitdiffstats
path: root/client/application.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-09-20 14:51:22 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-09-20 14:51:45 +0200
commit45ef140e23976c5cf4349cf4ae5b40486164d485 (patch)
tree7609b69f8425219d2369861736e59195201e64b7 /client/application.h
parent26e172e4beccee39f842610bd0047f692e4a5afe (diff)
downloadspice-45ef140e23976c5cf4349cf4ae5b40486164d485.tar.gz
spice-45ef140e23976c5cf4349cf4ae5b40486164d485.tar.xz
spice-45ef140e23976c5cf4349cf4ae5b40486164d485.zip
client: fix typo commnad=>command
Diffstat (limited to 'client/application.h')
-rw-r--r--client/application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/application.h b/client/application.h
index de344886..db8d4e80 100644
--- a/client/application.h
+++ b/client/application.h
@@ -321,7 +321,7 @@ private:
void send_hotkey_key_set(const HotkeySet& key_set);
void menu_item_callback(unsigned int item_id);
int get_menu_item_id(AppMenuItemType type, int32_t conn_ref, uint32_t ext_id);
- int get_hotkeys_commnad();
+ int get_hotkeys_command();
bool is_key_set_pressed(const HotkeySet& key_set);
void do_on_key_up(RedKey key);
void __remove_key_handler(KeyHandler& handler);