]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/gud.el (gud-gud-lldb-command-name): Fix a typo.
authorUlrich Müller <ulm@gentoo.org>
Sat, 21 Oct 2023 09:17:03 +0000 (11:17 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 21 Oct 2023 09:17:03 +0000 (11:17 +0200)
lisp/progmodes/gud.el

index aad052012cff1f79ca176628a8f2b840b25547ad..02a1597340b717543ced63817d0eb24c3ee760dd 100644 (file)
@@ -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")