emacs-diffs
[Top][All Lists]
Advanced

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

master 78b998f9aad: ; * lisp/progmodes/gud.el (gud-gud-lldb-command-name


From: Ulrich Müller
Subject: master 78b998f9aad: ; * lisp/progmodes/gud.el (gud-gud-lldb-command-name): Fix a typo.
Date: Sat, 21 Oct 2023 05:19:05 -0400 (EDT)

branch: master
commit 78b998f9aadcf4a690419c5e2aa520d8be16f51c
Author: Ulrich Müller <ulm@gentoo.org>
Commit: Ulrich Müller <ulm@gentoo.org>

    ; * lisp/progmodes/gud.el (gud-gud-lldb-command-name): Fix a typo.
---
 lisp/progmodes/gud.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index aad052012cf..02a1597340b 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -3862,7 +3862,7 @@ so they have been disabled."))
 (defvar gud-lldb-history nil)
 
 (defcustom gud-gud-lldb-command-name "lldb"
-  "Default command to invoke LLDB in order to debug a progra with it."
+  "Default command to invoke LLDB in order to debug a program with it."
   :type 'string
   :version "30.1")
 



reply via email to

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