[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trivial typos in the document



Hi,

On Sun, 21 Sep 2008 20:33:42 GMT, srfi-editors@xxxxxxxxxxxxxxxxx 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