top.lsp: remove unicode character from copyrights on top.lsp.
authorDaniel Kochmański <dkochmanski@hellsgate.pl>
Wed, 25 Feb 2015 21:04:24 +0000 (22:04 +0100)
committerDaniel Kochmański <dkochmanski@hellsgate.pl>
Wed, 25 Feb 2015 21:04:24 +0000 (22:04 +0100)
src/lsp/top.lsp

index f71a7ef..6177a71 100644 (file)
@@ -402,7 +402,7 @@ The top-level loop of ECL. It is called by default when ECL is invoked."
        (format t "~%Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya~@
 Copyright (C) 1993 Giuseppe Attardi~@
 Copyright (C) 2000 Juan J. Garcia-Ripoll
-Copyright (C) 2015 Daniel Kochmański
+Copyright (C) 2015 Daniel Kochmanski
 ECL is free software, and you are welcome to redistribute it~@
 under certain conditions; see file 'Copyright' for details.")
        (format *standard-output* "~%Type :h for Help.  "))