summaryrefslogtreecommitdiff
path: root/debian/patches/clx-spelling.patch
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-07-03 21:40:52 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-07-03 21:40:52 +0300
commitac0d78f23c03755dad8ccace2b027e49124cbf79 (patch)
treee7cfcd071cf8abb59e1082935a26c70a9f9f34b8 /debian/patches/clx-spelling.patch
downloadclisp-ac0d78f23c03755dad8ccace2b027e49124cbf79.tar.gz
Import clisp_2.49.60+-2HEADdebian/2.49.60+-2masterdebian
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);
+ }