]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit.
authorSimon Josefsson <jas@extundo.com>
Fri, 9 Nov 2007 13:06:05 +0000 (13:06 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 9 Nov 2007 13:06:05 +0000 (13:06 +0000)
lisp/net/tls.el

index c2d9a8261572c9f2ea74b8211e64da89693b1461..d5e2de2e51cdd4c1e8e76c5f788b8f52f0fc671d 100644 (file)
@@ -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\\)*"
    "\\)")