From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123378 invoked by alias); 16 Jan 2019 00:08:15 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 123349 invoked by uid 89); 16 Jan 2019 00:08:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*kawa, H*Ad:U*kawa, tipo, H*c:alternative X-HELO: mail-it1-f174.google.com Received: from mail-it1-f174.google.com (HELO mail-it1-f174.google.com) (209.85.166.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 Jan 2019 00:08:12 +0000 Received: by mail-it1-f174.google.com with SMTP id g85so446519ita.3 for ; Tue, 15 Jan 2019 16:08:12 -0800 (PST) MIME-Version: 1.0 From: Duncan Mak Date: Wed, 16 Jan 2019 00:08:00 -0000 Message-ID: Subject: Fixing typos in the Kawa website To: kawa mailing list Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-q1/txt/msg00019.txt.bz2 Hello Per, We were talking on #scheme today, and while discussing Kawa's support for SAM conversion, someone saw that there's a typo: duncanm: it seems there is a tipo in the manual "Such a class is sometypes called a SAM-type ..." instead of "sometimes called ..." I guess This typo should be fixed - also, is the text to the website available for others to change up? If it's possible to fix the typo via PR, I'd be glad to do it myself. -- Duncan.