branch: elpa/swift-mode
commit 641681aac9bc15e273bfc2a60b563d0db6f9b217
Author: ap4y <l...@pisem.net>
Commit: ap4y <l...@pisem.net>

    Fix small typo in comment string
---
 swift-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index 405f868..95d16c8 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -56,7 +56,7 @@
   :type 'integerp)
 
 (defcustom swift-indent-multiline-statement-offset 2
-  "Defines the indentation offset for for multiline statements."
+  "Defines the indentation offset for multiline statements."
   :group 'swift
   :type 'integerp
   :package-version '(swift-mode "0.3.0"))

Reply via email to