Skip to content

Commit a0422c8

Browse files
authored
Merge pull request #391 from Affonso-Gui/fix-typo
Fix export typo interger-vector > integer-vector
2 parents fa9b115 + 964dc01 commit a0422c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lisp/l/eusstart.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
;; LEO
3636
(export '(self class))
3737
;; classnames, variable names are exported by 'basicclass'
38-
(export '(string float-vector interger-vector bit-vector))
38+
(export '(string float-vector integer-vector bit-vector))
3939
;; feature constants
4040
(export '(vax sun apollo mips sun3 sun4 news sanyo bsd4_2 sunos4
4141
sunos4.1 system5 coff alpha thread))

lisp/l/exports.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
;; LEO
3333
(export '(self class))
3434
;; classnames, variable names are exported by 'basicclass'
35-
(export '(string float-vector interger-vector bit-vector))
35+
(export '(string float-vector integer-vector bit-vector))
3636
;; feature constants
3737
(export '(vax sun apollo mips sun3 sun4 news sanyo bsd4_2 sunos4
3838
sunos4.1 system5 coff alpha thread))

0 commit comments

Comments
 (0)