blob: 24e7f328fd2088d1ba838e5bb0297697b017d4d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);
}
|