branch: elpa/magit
commit caeefe6b816c913358651d0d6d118e684a017eb8
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
magit-file-region-line-numbers: Fix docstring typo
---
lisp/magit-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
index 1e72d938e7..cda7236201 100644
--- a/lisp/magit-mode.el
+++ b/lisp/magit-mode.el
@@ -1614,7 +1614,7 @@ The additional output can be found in the *Messages*
buffer."
(defun magit-file-region-line-numbers ()
"Return the bounds of the region as line numbers.
The returned value has the form (BEGINNING-LINE END-LINE). If
-the region end at the beginning of a line, do not include that
+the region ends at the beginning of a line, do not include that
line. Avoid including the line after the end of the file."
(and (magit-buffer-file-name)
(region-active-p)