changeset 85986:54f4d44dfa0b

Fix last commit.
author Simon Josefsson <jas@extundo.com>
date Fri, 09 Nov 2007 13:06:05 +0000
parents 82b4fa075a7a
children 6a97e5e13b22
files lisp/net/tls.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tls.el	Fri Nov 09 12:56:28 2007 +0000
+++ b/lisp/net/tls.el	Fri Nov 09 13:06:05 2007 +0000
@@ -69,7 +69,7 @@
    "^- Simple Client Mode:\n"
    "\\(\n\\|"                           ; ignore blank lines
    ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715
-   ;; in main() the handshake will start after this message.  If the
+   ;; in `main' the handshake will start after this message.  If the
    ;; handshake fails, the programs will abort.
    "^\\*\\*\\* Starting TLS handshake\n\\)*"
    "\\)")