diff lisp/net/tls.el @ 85986:54f4d44dfa0b

Fix last commit.
author Simon Josefsson <jas@extundo.com>
date Fri, 09 Nov 2007 13:06:05 +0000
parents d3e87ee5aa0e
children 55afdd9000d3
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\\)*"
    "\\)")