summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szarmanski2022-10-21 17:02:05 +0200
committerPiotr Szarmanski2022-10-21 17:02:05 +0200
commite969fc9c96903d64669cd8d5106815cb4ccdc76d (patch)
tree9cc1487071135ed714256593d5978a25776c6472
parent50e39b868c93e520e6245c196802d48b53c6fc1c (diff)
Fix a typo in the license header.
-rw-r--r--src/conditions.lisp2
-rw-r--r--src/eris-decode.lisp2
-rw-r--r--src/eris.lisp2
-rw-r--r--src/package.lisp2
-rw-r--r--src/parallel-decoder.lisp2
-rw-r--r--tests/common.lisp2
-rw-r--r--tests/decode-tests.lisp2
-rw-r--r--tests/encode-tests.lisp2
-rw-r--r--tests/generate-tests.lisp2
-rw-r--r--tests/parallel-tests.lisp2
-rw-r--r--tests/rfc.lisp2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/conditions.lisp b/src/conditions.lisp
index 99b56f2..2088b08 100644
--- a/src/conditions.lisp
+++ b/src/conditions.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/src/eris-decode.lisp b/src/eris-decode.lisp
index afbb818..ba20e9d 100644
--- a/src/eris-decode.lisp
+++ b/src/eris-decode.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/src/eris.lisp b/src/eris.lisp
index a585e46..4693104 100644
--- a/src/eris.lisp
+++ b/src/eris.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/src/package.lisp b/src/package.lisp
index d386990..873a453 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/src/parallel-decoder.lisp b/src/parallel-decoder.lisp
index 7d35157..00636d7 100644
--- a/src/parallel-decoder.lisp
+++ b/src/parallel-decoder.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/tests/common.lisp b/tests/common.lisp
index ea673d5..99a85c9 100644
--- a/tests/common.lisp
+++ b/tests/common.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/tests/decode-tests.lisp b/tests/decode-tests.lisp
index ab9b56a..27ff4e3 100644
--- a/tests/decode-tests.lisp
+++ b/tests/decode-tests.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/tests/encode-tests.lisp b/tests/encode-tests.lisp
index 6c04444..214eaad 100644
--- a/tests/encode-tests.lisp
+++ b/tests/encode-tests.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/tests/generate-tests.lisp b/tests/generate-tests.lisp
index da1301b..f9d5748 100644
--- a/tests/generate-tests.lisp
+++ b/tests/generate-tests.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/tests/parallel-tests.lisp b/tests/parallel-tests.lisp
index c139b31..aa3c337 100644
--- a/tests/parallel-tests.lisp
+++ b/tests/parallel-tests.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
diff --git a/tests/rfc.lisp b/tests/rfc.lisp
index 262edb1..15b993e 100644
--- a/tests/rfc.lisp
+++ b/tests/rfc.lisp
@@ -4,7 +4,7 @@
;; eris-cl is free software: you can redistribute it and/or modify it under the
;; terms of the GNU Lesser General Public License as published by the Free
;; Software Foundation, either version 3 of the License, or (at your option) any
-;; later versqion.
+;; later version.
;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY
;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR