[elephant-devel] typo in example code of documentation
Robert L. Read
read at robertlread.net
Fri Jan 11 15:25:32 UTC 2008
Thank you. I have fixed this in the repository.
On Fri, 2008-01-11 at 08:24 +0100, Norman Werner wrote:
> Hello,
>
> During trying out elephant for the first time I found a small typo in the
> documentation regarding the example code to use a cl-sql backend
> (http://common-lisp.net/project/elephant/doc/CL_002dSQL-Example.html#CL_002dSQL-Example).
>
> Instead of
> (defvar *testpg-path*
> '(:postgreql "localhost.localdomain" "test" "postgres" ""))
>
> it should be:
> (defvar *testpg-path*
> '(:postgresql "localhost.localdomain" "test" "postgres" ""))
>
> Regards
>
> Norman
More information about the elephant-devel
mailing list