branch: elpa/helm
commit b9024b5fb808e6b9891a66aa1b954db0d3d75009
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Grammar only
---
 helm-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-lib.el b/helm-lib.el
index 5b7d409b289..b89372b9335 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -461,7 +461,7 @@ Like `this-command' but return the real command, and not
 ;;
 (defun helm-iter-list (seq &optional cycle)
   "Return an iterator object from SEQ.
-The iterator die and return nil when it reach end of SEQ.
+The iterator dies and returns nil when it reaches end of SEQ.
 When CYCLE is specified the iterator never ends."
   (let ((lis seq))
     (lambda ()

Reply via email to