summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner <Simon.Legner@gmail.com>2019-11-03 20:06:48 +0100
committerDave Davenport <DaveDavenport@users.noreply.github.com>2019-11-03 20:06:48 +0100
commit5f57519940b033740f607bb52dfddc7457ca5c20 (patch)
tree6b8e0b34d266757348f51782904f69be9f669487
parent74f7a48c4fa0d0977ad12f7cc628a5816c59568d (diff)
Fix typo "Csutom" (#1025)
-rw-r--r--doc/test_xr.txt2
-rw-r--r--source/keyb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/test_xr.txt b/doc/test_xr.txt
index 695e47ee..b2a68be5 100644
--- a/doc/test_xr.txt
+++ b/doc/test_xr.txt
@@ -226,7 +226,7 @@ rofi.kb-custom-10: Alt+0
rofi.kb-custom-11: Alt+Shift+1
! "Custom keybinding 12" Set from: File
rofi.kb-custom-12: Alt+at
-! "Csutom keybinding 13" Set from: File
+! "Custom keybinding 13" Set from: File
rofi.kb-custom-13: Alt+numbersign
! "Custom keybinding 14" Set from: File
rofi.kb-custom-14: Alt+dollar
diff --git a/source/keyb.c b/source/keyb.c
index d11dbd0e..06a5620a 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -93,7 +93,7 @@ ActionBindingEntry rofi_bindings[] =
{ .id = CUSTOM_10, .name = "kb-custom-10", .binding = "Alt+0", .comment = "Custom keybinding 10" },
{ .id = CUSTOM_11, .name = "kb-custom-11", .binding = "Alt+exclam", .comment = "Custom keybinding 11" },
{ .id = CUSTOM_12, .name = "kb-custom-12", .binding = "Alt+at", .comment = "Custom keybinding 12" },
- { .id = CUSTOM_13, .name = "kb-custom-13", .binding = "Alt+numbersign", .comment = "Csutom keybinding 13" },
+ { .id = CUSTOM_13, .name = "kb-custom-13", .binding = "Alt+numbersign", .comment = "Custom keybinding 13" },
{ .id = CUSTOM_14, .name = "kb-custom-14", .binding = "Alt+dollar", .comment = "Custom keybinding 14" },
{ .id = CUSTOM_15, .name = "kb-custom-15", .binding = "Alt+percent", .comment = "Custom keybinding 15" },
{ .id = CUSTOM_16, .name = "kb-custom-16", .binding = "Alt+dead_circumflex", .comment = "Custom keybinding 16" },