emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0fbafe6511 2/2: ; Tramp copyedit


From: Michael Albinus
Subject: master 0fbafe6511 2/2: ; Tramp copyedit
Date: Wed, 26 Oct 2022 07:59:47 -0400 (EDT)

branch: master
commit 0fbafe6511619466f9fd8325c80ea71d202f4722
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; 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 0879d6f185..328625b776 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 3904348232..cfecd32aba 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]