emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/sqlite 8b32385: Fix typos in manual


From: Lars Ingebrigtsen
Subject: scratch/sqlite 8b32385: Fix typos in manual
Date: Thu, 9 Dec 2021 20:36:24 -0500 (EST)

branch: scratch/sqlite
commit 8b323852d82d97bd2a4a55bce7d025869f3ecf8e
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typos in manual
---
 doc/lispref/elisp.texi | 2 +-
 doc/lispref/text.texi  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index c9b4db5..b773ba8 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -1224,7 +1224,7 @@ Text
 * Base 64::                 Conversion to or from base 64 encoding.
 * Checksum/Hash::           Computing cryptographic hashes.
 * GnuTLS Cryptography::     Cryptographic algorithms imported from GnuTLS.
-* Database::         Interacting with an SQL databsae.
+* Database::                Interacting with an SQL database.
 * Parsing HTML/XML::        Parsing HTML and XML.
 * Atomic Changes::          Installing several buffer changes atomically.
 * Change Hooks::            Supplying functions to be run when text is changed.
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 6ab4f41..6576ac7 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -60,7 +60,7 @@ the character after point.
 * Base 64::          Conversion to or from base 64 encoding.
 * Checksum/Hash::    Computing cryptographic hashes.
 * GnuTLS Cryptography:: Cryptographic algorithms imported from GnuTLS.
-* Database::         Interacting with an SQL databsae.
+* Database::         Interacting with an SQL database.
 * Parsing HTML/XML:: Parsing HTML and XML.
 * Parsing JSON::     Parsing and generating JSON values.
 * JSONRPC::          JSON Remote Procedure Call protocol



reply via email to

[Prev in Thread] Current Thread [Next in Thread]