branch: master
commit 6130d112727f6222e3a9660b1308dae840214031
Author: Edward Betts <[email protected]>
Commit: Edward Betts <[email protected]>
correct spelling mistake
---
ivy.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ivy.el b/ivy.el
index 610932e..6d2231f 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2079,7 +2079,7 @@ RE is a regular expression.
MATCH-P is t when RE should match STR and nil when RE should not
match STR.
-Each element of RE-SEQ must match for the funtion to return true.
+Each element of RE-SEQ must match for the function to return true.
This concept is used to generalize regular expressions for
`ivy--regex-plus' and `ivy--regex-ignore-order'."