summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-gw.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/tramp-gw.el')
-rw-r--r--lisp/net/tramp-gw.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-gw.el b/lisp/net/tramp-gw.el
index 3285fc99a2..ecf1436d59 100644
--- a/lisp/net/tramp-gw.el
+++ b/lisp/net/tramp-gw.el
@@ -125,7 +125,7 @@
(tramp-gw-process-filter tramp-gw-gw-proc s))))))
(defun tramp-gw-process-filter (proc string)
- "Resend the string to the other pocess."
+ "Resend the string to the other process."
(let ((tramp-verbose 0))
;; The other process might have been stopped already. We don't
;; want to be interrupted then.