[py-configparser-devel] Incorrect keyword exported

Erik Huelsmann ehuels at gmail.com
Mon Mar 9 22:09:01 UTC 2009


Thanks for your report!

I've committed the change.

Bye,

Erik.

On Tue, Mar 3, 2009 at 1:20 PM, Abhishek Reddy <arbscht at gmail.com> wrote:
> Hi,
>
> There is a typo in package.lisp, exporting #:no-section-erorr instead
> of #:no-section-error.
>
> Below is a specific patch.
>
> Cheers,
> Abhishek
>
>
> Index: package.lisp
> ===================================================================
> --- package.lisp        (revision 46)
> +++ package.lisp        (working copy)
> @@ -23,7 +23,7 @@
>
>            ;; Configuration management
>            ;;  Error classes
> -           #:no-section-erorr
> +           #:no-section-error
>            #:duplicate-section-error
>            #:no-option-error
>            #:interpolation-error
>
> _______________________________________________
> py-configparser-devel mailing list
> py-configparser-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/py-configparser-devel
>




More information about the py-configparser-devel mailing list