emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/url/url-auth.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-auth.el,v
Date: Mon, 29 Jan 2007 16:58:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/01/29 16:58:37

Index: url-auth.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/url/url-auth.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- url-auth.el 21 Jan 2007 03:24:41 -0000      1.12
+++ url-auth.el 29 Jan 2007 16:58:37 -0000      1.13
@@ -94,7 +94,7 @@
               (string-match "/" path))
          (while (and byserv (not retval))
            (setq data (car (car byserv)))
-           (if (or (not (string-match "/" data)) ; Its a realm - take it!
+           (if (or (not (string-match "/" data)) ; It's a realm - take it!
                    (and
                     (>= (length path) (length data))
                     (string= data (substring path 0 (length data)))))
@@ -231,7 +231,7 @@
        representing the type (basic, digest, etc), or nil or the symbol 'any'
        to specify that any authentication is acceptable.  If requesting 'any'
        the strongest matching authentication will be returned.  If this is
-       wrong, its no big deal, the error from the server will specify exactly
+       wrong, it's no big deal, the error from the server will specify exactly
        what type of auth to use
 PROMPT is boolean - specifies whether to ask the user for a username/password
        if one cannot be found in the cache"




reply via email to

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