diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-07-03 21:40:52 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-07-03 21:40:52 +0300 |
commit | ac0d78f23c03755dad8ccace2b027e49124cbf79 (patch) | |
tree | e7cfcd071cf8abb59e1082935a26c70a9f9f34b8 /debian/patches/clx-spelling.patch | |
download | clisp-master.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.patch | 15 |
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); + } |