Final SRFI 98: An interface to access environment variables. srfi-editors@xxxxxx (21 Sep 2008 20:36 UTC)
trivial typos in the document Takeshi Abe (22 Sep 2008 07:55 UTC)
Re: trivial typos in the document higepon (23 Sep 2008 12:33 UTC)
trivial typos in the document Takeshi Abe (22 Sep 2008 08:00 UTC)

trivial typos in the document Takeshi Abe 22 Sep 2008 07:52 UTC

Hi,

On Sun, 21 Sep 2008 20:33:42 GMT, xxxxxx@srfi.schemers.org wrote:
> This announces that
>
> Scheme Request for Implementation 98
>
> "An interface to access environment variables."
>
> by Taro Minowa(Higepon).
>
> has gone into ``final'' status.
>
> The document and an archive of the discussion is available at
>
> http://srfi.schemers.org/srfi-98/

I have found a typo in the implementation for Gauche:
(define get-environment-variable sys-get-env)
should be like
(define get-environment-variable sys-getenv)

And also, in the status section, the link to the archive of post-finalization
messages is wrong, which to one of srfi-49.

Thanks,
-- Takeshi Abe