changeset 46799:c9fab7d532d1

(tramp-perl-encode, tramp-perl-decode): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Sat, 03 Aug 2002 23:26:14 +0000
parents a8e027c9c403
children 723c03573064
files lisp/net/tramp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp.el	Sat Aug 03 22:21:09 2002 +0000
+++ b/lisp/net/tramp.el	Sat Aug 03 23:26:14 2002 +0000
@@ -1296,7 +1296,7 @@
 '"
   "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 @@
 '"
   "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.