]> git.pld-linux.org Git - packages/cjc.git/commitdiff
- fix 2 typos
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Dec 2006 23:47:29 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cjc-typos.patch -> 1.1

cjc-typos.patch [new file with mode: 0644]

diff --git a/cjc-typos.patch b/cjc-typos.patch
new file mode 100644 (file)
index 0000000..e5568be
--- /dev/null
@@ -0,0 +1,20 @@
+--- cjc-1.0.0/cjc/main.py.orig 2005-12-26 16:45:22.000000000 +0100
++++ cjc-1.0.0/cjc/main.py      2006-12-07 00:39:28.563825152 +0100
+@@ -113,7 +113,7 @@
+             "  Serial number: %(serial_number)s\n"
+             "  Valid not before: %(not_before)s\n"
+             "  Valid not after: %(not_after)s\n"),
+-    ("certificate_error",u"%[warning]Server certificate failed verifiaction.\n\n"
++    ("certificate_error",u"%[warning]Server certificate failed verification.\n\n"
+         "%[info]Server has presented following certificate chain:\n"
+         "%{chain}\n"
+         "The rejected certificate is:\n"
+@@ -121,7 +121,7 @@
+         "%[error]Verification failed with error #%(errnum)i: %(errdesc)s\n"),
+     ("certificate_remember",u"%[info]Server '%(who)s' has presented following certificate:\n\n"
+         "%{certificate}\n"
+-        "Verification of that certificat failed.\n"
++        "Verification of that certificate failed.\n"
+         "Should it be accepted in future sessions anyway?\n"),
+     ("tls_error_ignored",u"%[warning]Certificate verification error #%(errnum)i:"
+             " '%(errdesc)s' ignored - peer certificate is known as trustworthy.\n"),
This page took 0.09403 seconds and 4 git commands to generate.