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 v2 2/4] Update section comment in (web http). Date: Sat, 28 Oct 2023 10:57:23 +0200 Message-ID: <76211352c8361b69bf1625db64e0c31a3e76bf05.1698489733.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="6101"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.46.4 To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sat Oct 28 12:46:00 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 1qwgpM-0001SL-4e for guile-devel@m.gmane-mx.org; Sat, 28 Oct 2023 12:46:00 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qwgpB-0006Ye-Nr; Sat, 28 Oct 2023 06:45:49 -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 1qwgpA-0006VM-1M for guile-devel@gnu.org; Sat, 28 Oct 2023 06:45:48 -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 1qwgp8-0005lH-GJ for guile-devel@gnu.org; Sat, 28 Oct 2023 06:45:47 -0400 Original-Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 41b6e773 for ; Sat, 28 Oct 2023 10:45:44 +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; s=albinoniB; bh=OF97 Gc6stbDjJ9lGvDkkIUNvCX4=; b=tbECK7PKOGquFvHjPCCZ4wzFWG9BkIYnXKVu 3p6WasS6hCaX+CygHbsGwqScly5mDMJkg1tPdVDlCXPYfryGfe6dPrTpGiYI3zd/ rZ7o7PiRo84MUlnD/9Rrh2eW4CHHHaRuaVVJ+eXmseHr6T71X3hccwr1RjS7wg9I NFM9WBVwIaV2YBMG18aPmjzjNCkAKbIQqi2mqcSPBvHyCKnGTldm1rBQEeKniINm 50BCCGSDrfmHLR9Cy6UtUZr+q8gl1vLVjBuEqTUgRmy2gTOwNk1tP5zq0SOLuIYD vEjTdSwjT02G5GlLXoMWCckjYxJn2lK5iVlNw5MBvK0cLLSnjw== Original-Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id ca3710af (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Sat, 28 Oct 2023 10:45:44 +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=unavailable 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:22048 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