]> git.eshelyaron.com Git - emacs.git/commitdiff
shr comment typo fix
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Feb 2020 14:15:07 +0000 (15:15 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Feb 2020 14:15:07 +0000 (15:15 +0100)
* lisp/net/shr.el (shr-parse-base): Comment typo fix.

lisp/net/shr.el

index deddaad15cb7270dec9234cbeb9ce7e9b3e0bd48..1f80ab74db5efaca8bcf56b06ab2d07bd35f5210 100644 (file)
@@ -838,7 +838,7 @@ size, and full-buffer size."
   ;; Always chop off anchors.
   (when (string-match "#.*" url)
     (setq url (substring url 0 (match-beginning 0))))
-  ;; NB: <base href="" > URI may itself be relative to the document s URI
+  ;; NB: <base href=""> URI may itself be relative to the document's URI.
   (setq url (shr-expand-url url))
   (let* ((parsed (url-generic-parse-url url))
         (local (url-filename parsed)))