From: Jim Porter <jporterbugs@gmail.com>
Date: Fri, 25 Nov 2022 18:36:20 +0000 (-0800)
Subject: ; * lisp/server.el (server-start): Fix a typo in a warning message.
X-Git-Tag: emacs-29.0.90~1503
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=698b202ddca835c518c916ffd1f482e2b256edde;p=emacs.git

; * lisp/server.el (server-start): Fix a typo in a warning message.
---

diff --git a/lisp/server.el b/lisp/server.el
index f7aaf6a6c6e..beb46853b79 100644
--- a/lisp/server.el
+++ b/lisp/server.el
@@ -709,7 +709,7 @@ the `server-process' variable."
         (concat "Unable to start the Emacs server.\n"
                 (cadr err)
                 (substitute-command-keys
-                 "\nTo start the server in this Emacs process, stop the existingserver or call `\\[server-force-delete]' to forcibly disconnect it."))
+                 "\nTo start the server in this Emacs process, stop the existing server or call `\\[server-force-delete]' to forcibly disconnect it."))
         :warning)
        (setq leave-dead t)))
       ;; Now any previous server is properly stopped.