diff options
Diffstat (limited to 'lisp/net/tramp-sh.el')
-rw-r--r-- | lisp/net/tramp-sh.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 3904348232b..cfecd32aba5 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -4473,7 +4473,7 @@ process to set up. VEC specifies the connection." ;; yes, this is a strong indication that we must expire all ;; connection properties. We start again with ;; `tramp-maybe-open-connection', it will be caught there. The same - ;; check will be applied with the function kept in`tramp-config-check'. + ;; check will be applied with the function kept in `tramp-config-check'. (tramp-message vec 5 "Checking system information") (let* ((old-uname (tramp-get-connection-property vec "uname")) (uname |