[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix typo in default guile configuration: releace -> release
From: |
Emanuele Torre |
Subject: |
[PATCH] fix typo in default guile configuration: releace -> release |
Date: |
Thu, 12 Aug 2021 09:13:42 +0200 |
Hello.
"release" was mispelled as "releace" in an example key binding. I
fixed the typo.
Cheers,
emanuele6
---
options.c | 2 +-
xbindkeysrc.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/options.c b/options.c
index 7257091..b25fcec 100644
--- a/options.c
+++ b/options.c
@@ -419,7 +419,7 @@ show_defaults_guile_rc (void)
printf (";;(xbindkey '(release control shift a) \"rxvt\")\n");
printf ("\n");
printf (";; Control + mouse button 2 release event starts rxvt\n");
- printf (";;(xbindkey '(releace control \"b:2\") \"rxvt\")\n");
+ printf (";;(xbindkey '(release control \"b:2\") \"rxvt\")\n");
printf ("\n");
printf ("\n");
printf (";; Extra features\n");
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.32.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] fix typo in default guile configuration: releace -> release,
Emanuele Torre <=