emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/gpr-query 41b736e746: ; Fix typos


From: Stefan Kangas
Subject: [elpa] externals/gpr-query 41b736e746: ; Fix typos
Date: Mon, 12 Dec 2022 17:46:28 -0500 (EST)

branch: externals/gpr-query
commit 41b736e7466a4143dcdd68d0f1006867c5bc0759
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typos
---
 gpr-query.el   | 4 ++--
 gpr-query.texi | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gpr-query.el b/gpr-query.el
index ec7b277314..ae49fe3d37 100644
--- a/gpr-query.el
+++ b/gpr-query.el
@@ -87,7 +87,7 @@ Must match gpr_query.adb Version.")
 
   symbol-locs ;; alist completion table, with locations; see 
gpr-query--symbols-filter
   symbols ;; symbols completion table.
-  symbols-valid ;; nil initialy, 'waiting when getting symbols, t when symbols 
valid
+  symbols-valid ;; nil initially, 'waiting when getting symbols, t when 
symbols valid
   symbols-count-total
   )
 
@@ -101,7 +101,7 @@ Must match gpr_query.adb Version.")
   "Regexp matching gpr_query prompt; indicates previous command is complete.")
 
 (defvar gpr-query--debug nil
-  "When non-nil, dispay debug messages.")
+  "When non-nil, display debug messages.")
 
 (defvar-local gpr-query--local-session nil
   "Buffer-local in gpr-query process buffer; the current session.")
diff --git a/gpr-query.texi b/gpr-query.texi
index e9c5e6e587..e14adb0709 100644
--- a/gpr-query.texi
+++ b/gpr-query.texi
@@ -66,7 +66,7 @@ to @code{wisi-refresh-prj-cache}.
 @chapter Installation
 
 The easiest way to install @code{gpr_query} is via the Ada package
-mangager Alire. You can also install the required libraries manually,
+manager Alire. You can also install the required libraries manually,
 and then build @code{gpr_query} manually.
 
 If you are building with Alire, and planning to use gpr-query with the



reply via email to

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