A small patch to fix a small typo in the default xbindkeysrc.scm file.
---
xbindkeysrc.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xbindkeysrc.scm b/xbindkeysrc.scm
index 1802be1..0aa74af 100644
--- a/xbindkeysrc.scm
+++ b/xbindkeysrc.scm
@@ -81,7 +81,7 @@
;;(xbindkey '(release control shift a) "rxvt")
;; Control + mouse button 2 release event starts rxvt
-;;(xbindkey '(releace control "b:2") "rxvt")
+;;(xbindkey '(release control "b:2") "rxvt")
;; Extra features
--
2.19.1