Fix comment typo.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 5 Oct 2010 22:59:03 +0000 (00:59 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 5 Oct 2010 22:59:03 +0000 (00:59 +0200)
lisp/shr.el

index f463ee0..35c4021 100644 (file)
@@ -536,7 +536,7 @@ Return a string with image data."
       (when fill
        (goto-char (point-min))
        ;; If the buffer is totally empty, then put a single blank
-       ;; line her.
+       ;; line here.
        (if (zerop (buffer-size))
            (insert (make-string width ? ))
          ;; Otherwise, fill the buffer.