diff --git a/bin/mb-kb b/bin/mb-kb
index 4767e44..385eb9b 100755
--- a/bin/mb-kb
+++ b/bin/mb-kb
@@ -156,7 +156,7 @@ if __name__ == "__main__":
if gui:
dlg = "yad --text-info --title='Mabox Openbox Keybinds' "
dlg += "--window-icon=distributor-logo-mabox --image=/usr/share/icons/mabox_trans_64.png "
- dlg += "--text '\nKey bindings are confugured in your ~/.config/openbox/rc.xml file. docs\n\t\t\t\tS - Shift key\n\t\t\t\tC - Control key\n\t\t\t\tA - Alt key\n\t\t\t\tW - Super key (usually bound to the Windows key)' "
+ dlg += "--text '\nKey bindings are configured in your ~/.config/openbox/rc.xml file. docs\n\t\t\t\tS - Shift key\n\t\t\t\tC - Control key\n\t\t\t\tA - Alt key\n\t\t\t\tW - Super key (usually bound to the Windows key)' "
dlg += "--filename=$HOME/.config/openbox/kbinds.txt "
dlg += "--width=640 --height=560 --fontname=Monospace "
dlg += "--button='Edit rc.xml:geany -l 179 " + rc_fpath + "' --button='Reload Openbox configuration:openbox --reconfigure' --button=Close"