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

Re: trivial typos in the document



Hi.

Thank you for your report.
I've revised the document, srfi-editor will upload it soon.

Higepon.

On Mon, Sep 22, 2008 at 4:49 PM, Takeshi Abe <tabe@xxxxxxxxxxxxx> wrote:
> 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
>
>