From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vivien Kraus Newsgroups: gmane.lisp.guile.devel Subject: [PATCH 2/3] Update section comment in (web http). Date: Sat, 28 Oct 2023 10:57:23 +0200 Message-ID: <76211352c8361b69bf1625db64e0c31a3e76bf05.1698483663.git.vivien@planete-kraus.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7125"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.46.4 Cc: Maxime Devos To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sat Oct 28 11:04:19 2023 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qwfEw-0001Y8-U5 for guile-devel@m.gmane-mx.org; Sat, 28 Oct 2023 11:04:18 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qwfEY-0001T5-0U; Sat, 28 Oct 2023 05:03:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qwfEW-0001Sh-Nz for guile-devel@gnu.org; Sat, 28 Oct 2023 05:03:53 -0400 Original-Received: from planete-kraus.eu ([89.234.140.182]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1qwfEU-0005W9-Sy for guile-devel@gnu.org; Sat, 28 Oct 2023 05:03:52 -0400 Original-Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 62245755; Sat, 28 Oct 2023 09:03:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:mime-version :content-type:content-transfer-encoding:to:cc; s=albinoniB; bh=O F97Gc6stbDjJ9lGvDkkIUNvCX4=; b=frhEcS+6BEkUls4y/X2bqtNowD9G0poGs zwSE4fgBRU+5kRAw7EeG8GCy/q7njLZQs79oDJfueZfkAT2OdscejkbKpQV+UDBc /NbL4mUaojyl0oiz/pxxjC4a/9B3vJ4J6WNC0+fGHlI/m0V/laMgrwYzrmV9KqSP CcTKAssGnnQi222nOVFS/172O0x8U4Nv+DZVU3jGnbZ/Gj3V6mnb7D985RIOL3I/ 1claohiUhgAyscFHOdEf5Z1ZseoCmeS311vgvdqJ4TbbCzz0///C9vXRxvWluzqQ P/AQ4i0A3b4O3VmXc376/SAyNFd45oKGMWLkAJ2dUkvkAeG8LLGkw== Original-Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 169263dd (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 28 Oct 2023 09:03:49 +0000 (UTC) In-Reply-To: Received-SPF: pass client-ip=89.234.140.182; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22043 Archived-At: The “REPonse headers“ section should be named “RESPonse headers“ (emphasis mine). * module/web/http.scm: Update comment. --- module/web/http.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/web/http.scm b/module/web/http.scm index 24a4312b5..b34159aab 100644 --- a/module/web/http.scm +++ b/module/web/http.scm @@ -1873,7 +1873,7 @@ treated specially, and is just returned as a plain string." ;;; -;;; Reponse headers +;;; Response headers ;;; ;; Accept-Ranges = acceptable-ranges -- 2.41.0