summaryrefslogtreecommitdiff
path: root/debian/patches/clx-spelling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/clx-spelling.patch')
-rw-r--r--debian/patches/clx-spelling.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/clx-spelling.patch b/debian/patches/clx-spelling.patch
new file mode 100644
index 0000000..24e7f32
--- /dev/null
+++ b/debian/patches/clx-spelling.patch
@@ -0,0 +1,15 @@
+Description: Stupid typo in clx
+Author: Peter Van Eynde
+Forwarded: not-needed
+
+--- clisp.orig/modules/clx/new-clx/clx.f
++++ clisp/modules/clx/new-clx/clx.f
+@@ -3109,7 +3109,7 @@
+ }
+ } else {
+ pushSTACK(TheSubr (subr_self)->name);
+- error(error_condition,"~S: At least :DRAWABLE should be specifed.");
++ error(error_condition,"~S: At least :DRAWABLE should be specified.");
+ }
+ skipSTACK(26);
+ }