From unknown Sat Jun 14 03:53:50 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#52482 <52482@debbugs.gnu.org> To: bug#52482 <52482@debbugs.gnu.org> Subject: Status: [PATCH] doc/ref/texinfo.texi: corrected typo generare->generate Reply-To: bug#52482 <52482@debbugs.gnu.org> Date: Sat, 14 Jun 2025 10:53:50 +0000 retitle 52482 [PATCH] doc/ref/texinfo.texi: corrected typo generare->genera= te reassign 52482 guile submitter 52482 Blake Shaw severity 52482 normal tag 52482 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 14 10:41:04 2021 Received: (at submit) by debbugs.gnu.org; 14 Dec 2021 15:41:05 +0000 Received: from localhost ([127.0.0.1]:59322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mx9vM-0005x0-4R for submit@debbugs.gnu.org; Tue, 14 Dec 2021 10:41:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:45550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mx9vJ-0005wP-Th for submit@debbugs.gnu.org; Tue, 14 Dec 2021 10:41:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57088) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mx9vJ-00066B-ND for bug-guile@gnu.org; Tue, 14 Dec 2021 10:41:01 -0500 Received: from out2.migadu.com ([188.165.223.204]:58955) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mx9vG-0006Yg-6i for bug-guile@gnu.org; Tue, 14 Dec 2021 10:41:01 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nonconstructivism.com; s=key1; t=1639496445; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=UxFC4u2Cd0SVddPVw6tNyoXmlK5w+2pCd0mp0UkZgks=; b=B+sVB0XIilyCeMXjxaFBkU6sapPp1KDaKieF72AeXRKhavM+ost3o5085KuWAGC+79Vq6D VFPZP31Y/66b3PByRVOzpK6zGmr2T1gUksBUugf5wS9h4YC5xCPiSfgCXcjSVbIrU8nMWA 9zqlRVNAiumHOsyIX2ReHV0yLMP2IYM= From: Blake Shaw To: bug-guile@gnu.org Subject: [PATCH] doc/ref/texinfo.texi: corrected typo generare->generate Date: Tue, 14 Dec 2021 22:40:32 +0700 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: nonconstructivism.com Received-SPF: pass client-ip=188.165.223.204; envelope-from=blake@nonconstructivism.com; helo=out2.migadu.com 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Blake Shaw X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Signed-off-by: Blake Shaw --- doc/ref/texinfo.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/texinfo.texi b/doc/ref/texinfo.texi index 64a866b23..59df7f8e7 100644 --- a/doc/ref/texinfo.texi +++ b/doc/ref/texinfo.texi @@ -472,7 +472,7 @@ Serialize the stexi @var{tree} into plain texinfo. @node texinfo reflection @subsection (texinfo reflection) @subsubsection Overview -Routines to generare @code{stexi} documentation for objects and modules. +Routines to generate @code{stexi} documentation for objects and modules. Note that in this context, an @dfn{object} is just a value associated with a location. It has nothing to do with GOOPS. -- 2.33.1