branch: master
commit d0a4bae4b688d35cc1159ad931dd9876e57a6f31
Author: Artur Malabarba <bruce.connor...@gmail.com>
Commit: Artur Malabarba <bruce.connor...@gmail.com>

    Typo
---
 aggressive-indent.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index 07312ae..893567f 100644
--- a/aggressive-indent.el
+++ b/aggressive-indent.el
@@ -105,7 +105,7 @@ Please include this in your report!"
 
 ;;; Start of actual Code:
 (defcustom dont-electric-modes '(ruby-mode)
-  "List of major-modes where `electric-indent-mode' shouold be disabled."
+  "List of major-modes where `electric-indent-mode' should be disabled."
   :type '(choice
           (const :tag "Never use `electric-indent-mode'." t)
           (repeat :tag "Major-modes to avoid `electric-indent-mode'" symbol))

Reply via email to