summaryrefslogtreecommitdiff
path: root/lisp/net/tramp.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-08-03 23:26:26 +0000
committerAndreas Schwab <schwab@suse.de>2002-08-03 23:26:26 +0000
commitccf29586ca76570b3b999a6e98b416688a7a4b07 (patch)
tree36ff7fcd58fd46541608f59387f333392a91dc8e /lisp/net/tramp.el
parent742fbed75b4cd5c2c2e7a8d4c0f4add9957e7f9a (diff)
downloademacs-ccf29586ca76570b3b999a6e98b416688a7a4b07.tar.gz
(tramp-perl-encode, tramp-perl-decode): Doc fix.
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r--lisp/net/tramp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index a3b343b99ef..b1da1789dda 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1296,7 +1296,7 @@ while (my $data = <STDIN>) {
'"
"Perl program to use for encoding a file.
Escape sequence %s is replaced with name of Perl binary.
-This string is passwd to `format', so percent characters need to be doubled.")
+This string is passed to `format', so percent characters need to be doubled.")
(defvar tramp-perl-decode
"%s -e '
@@ -1340,7 +1340,7 @@ while (my $data = <STDIN>) {
'"
"Perl program to use for decoding a file.
Escape sequence %s is replaced with name of Perl binary.
-This string is passwd to `format', so percent characters need to be doubled.")
+This string is passed to `format', so percent characters need to be doubled.")
; These values conform to `file-attributes' from XEmacs 21.2.
; GNU Emacs and other tools not checked.