emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tls.el,v


From: Simon Josefsson
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tls.el,v
Date: Fri, 09 Nov 2007 13:06:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Simon Josefsson <jas>   07/11/09 13:06:05

Index: tls.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tls.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- tls.el      9 Nov 2007 09:45:30 -0000       1.25
+++ tls.el      9 Nov 2007 13:06:05 -0000       1.26
@@ -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\\)*"
    "\\)")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]