From unknown Sat Jun 14 05:23:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52482: [PATCH] doc/ref/texinfo.texi: corrected typo generare->generate Resent-From: Blake Shaw Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Tue, 14 Dec 2021 15:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52482 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: 52482@debbugs.gnu.org Cc: Blake Shaw X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163949646522887 (code B ref -1); Tue, 14 Dec 2021 15:42:02 +0000 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 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-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