From: Ulrich Müller Date: Sat, 21 Oct 2023 09:17:03 +0000 (+0200) Subject: ; * lisp/progmodes/gud.el (gud-gud-lldb-command-name): Fix a typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78b998f9aadcf4a690419c5e2aa520d8be16f51c;p=emacs.git ; * lisp/progmodes/gud.el (gud-gud-lldb-command-name): Fix a typo. --- 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")