diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-10-26 13:59:37 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-10-26 13:59:37 +0200 |
commit | 0fbafe6511619466f9fd8325c80ea71d202f4722 (patch) | |
tree | 96ae179455274a1e998ba32d7bb68a809b6d32c9 /lisp | |
parent | 2468b819e2947ebd35ff974c00e984589bd00cc8 (diff) | |
download | emacs-0fbafe6511619466f9fd8325c80ea71d202f4722.tar.gz emacs-0fbafe6511619466f9fd8325c80ea71d202f4722.tar.bz2 emacs-0fbafe6511619466f9fd8325c80ea71d202f4722.zip |
; Tramp copyedit
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/tramp-container.el | 2 | ||||
-rw-r--r-- | lisp/net/tramp-sh.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp-container.el b/lisp/net/tramp-container.el index 0879d6f1856..328625b7765 100644 --- a/lisp/net/tramp-container.el +++ b/lisp/net/tramp-container.el @@ -133,7 +133,7 @@ see its function help for a description of the format." names))) (defun tramp-kubernetes--current-context-data (vec) - "Return Kubernetes current context data as JSONPATH string." + "Return Kubernetes current context data as JSON string." (with-temp-buffer (when (zerop (tramp-call-process 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 |