[sawfish] fixed a typo in define-command-gaol
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish] fixed a typo in define-command-gaol
- Date: Fri, 11 Feb 2011 16:44:02 +0000 (UTC)
commit 4f488ccd13f33f00c35cae64871028ea10182841
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Fri Feb 11 17:41:05 2011 +0100
fixed a typo in define-command-gaol
lisp/sawfish/wm/commands.jl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lisp/sawfish/wm/commands.jl b/lisp/sawfish/wm/commands.jl
index a6d9194..23af931 100644
--- a/lisp/sawfish/wm/commands.jl
+++ b/lisp/sawfish/wm/commands.jl
@@ -102,7 +102,7 @@ interactive specification and a custom-type specification respectively)."
(define (define-command-gaol name fun . keys)
"Version of `define-commnad' which can be used in gaol.
-You can't overriee an existing command."
+You can't override an existing command."
(when (and (not (boundp name))
(functionp fun))
(make-variable-special name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]