From 78b998f9aadcf4a690419c5e2aa520d8be16f51c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Sat, 21 Oct 2023 11:17:03 +0200 Subject: [PATCH] ; * 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") -- 2.39.2