branch: master
commit c4842ecaf35e9d08b8d1df8dc01b2fc3feedac68
Author: Yusuke Matsubara <w...@whym.org>
Commit: Yusuke Matsubara <w...@whym.org>

    Fix typo: 'beggining'
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 748eb63..155153b 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3340,7 +3340,7 @@ MAJOR-MODE and, if so, loads the settings specified by 
PLIST
 instead of the default settings.  The following settings are
 recognized:
 
-- `:outline-regexp' is a regexp to match the beggining of an
+- `:outline-regexp' is a regexp to match the beginning of an
   outline heading.  It is only checked at the start of a line and
   so need not start with \"^\".
   Defaults to the value of the variable `outline-regexp'.

Reply via email to