Skip to content

Commit 0f6a902

Browse files
committed
Fix wrong function name in comment
1 parent 1baabc8 commit 0f6a902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-tramp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ fails."
306306
(jupyter-api-authenticate client 'token))
307307
(t
308308
;; This is here so that reading a password using
309-
;; `tramp-read-passwd' via `jupyter-api-read-passwd' will check
309+
;; `tramp-read-passwd' via `jupyter-tramp-read-passwd' will check
310310
;; auth sources.
311311
(tramp-set-connection-property v "first-password-request" t)
312312
(jupyter-api-authenticate client

0 commit comments

Comments
 (0)