summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Cichon <ebrasca.ebrasca@openmailbox.org>2016-11-04 21:01:02 +0100
committerBruno Cichon <ebrasca.ebrasca@openmailbox.org>2016-11-04 21:01:02 +0100
commite28171df2caa910eb194750f70bdfe9272f85f6d (patch)
tree6ff0921591176bd55eef45b4b158c86199c4c711
parente14766f4732beb281f3393ab3e2b7f56422f1cb2 (diff)
Fix some of semantics mistakes.
-rw-r--r--README.txt2
-rw-r--r--examples/l-system-example.lisp (renamed from examples/l-system-exemple.lisp)0
-rw-r--r--l-system-examples.asd2
3 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 5ff3a78..9dcec19 100644
--- a/README.txt
+++ b/README.txt
@@ -8,4 +8,4 @@ At the moment, this includes the following functionality:
*Parametric grammars.
*Context sensitive grammars.
-For an example, see 'examples/l-system-exemple.lisp'.
+For an example, see 'examples/l-system-example.lisp'.
diff --git a/examples/l-system-exemple.lisp b/examples/l-system-example.lisp
index 4d8a53a..4d8a53a 100644
--- a/examples/l-system-exemple.lisp
+++ b/examples/l-system-example.lisp
diff --git a/l-system-examples.asd b/l-system-examples.asd
index 2e36a8e..0a69de2 100644
--- a/l-system-examples.asd
+++ b/l-system-examples.asd
@@ -8,4 +8,4 @@
:serial t
:depends-on (:l-system)
:components ((:file "package")
- (:file "l-system-exemple")))
+ (:file "l-system-example")))