From 0fbafe6511619466f9fd8325c80ea71d202f4722 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 26 Oct 2022 13:59:37 +0200 Subject: [PATCH] ; Tramp copyedit --- lisp/net/tramp-container.el | 2 +- 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 -- 2.39.5