diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-15 21:01:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-15 21:01:06 +0100 |
commit | f850090f30b6b9c5bba20927de4ca4c8f50f3c90 (patch) | |
tree | 1eeb0b5d25c8bac2e1755cbbe707f9eda11ad0af /examples | |
parent | fully eval the tree (diff) | |
download | blueshift-f850090f30b6b9c5bba20927de4ca4c8f50f3c90.tar.gz blueshift-f850090f30b6b9c5bba20927de4ca4c8f50f3c90.tar.bz2 blueshift-f850090f30b6b9c5bba20927de4ca4c8f50f3c90.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lisp-esque.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index a26f82c..86a3175 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -6,7 +6,7 @@ ; Both ; (semicolon) and # (pound) start commands ending the end of the line -; If you know LISP, you might find this the be a bit different, +; If you know LISP, you might find this to be a bit different, ; it is only superficially like LISP. Anthing it is inside brackets ; is a list of strings. A string starting with a colon is a function ; call with next string being its argument, or the next list being |