1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 134-Fix-typo-authentification-authentication.dpatch by Lifeng Sun <lifongsun@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix typo: authentification -> authentication.
@DPATCH@
diff --git a/src/packlib/cspack/programs/zftp/zftpcdf.cdf b/src/packlib/cspack/programs/zftp/zftpcdf.cdf
index 9614bd1..1ee59da 100644
--- a/src/packlib/cspack/programs/zftp/zftpcdf.cdf
+++ b/src/packlib/cspack/programs/zftp/zftpcdf.cdf
@@ -459,7 +459,7 @@ table or in the names server.
.
The machine name may be given as a character string,
e.g. VXCRNA, or as an internet address, e.g. 128.141.1.100
-This command will prompt you for user authentification.
+This command will prompt you for user authentication.
Give a user name and a password(not echoed).
.
e.g.
|