summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-20 18:26:28 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-20 18:26:28 +0000
commit11bce09825f4b8f72bfb5c9ae0b864574e948b3e (patch)
treea6e9e3b3e614c8cfd7f8589d8af7150f23574542 /lib
parent84ca9ac7fdb875ee0effaedff4fa48dd38713e35 (diff)
downloadredmine-11bce09825f4b8f72bfb5c9ae0b864574e948b3e.tar.gz
redmine-11bce09825f4b8f72bfb5c9ae0b864574e948b3e.zip
Typo "coma" (#20551).
Patch by budo kaiman. git-svn-id: http://svn.redmine.org/redmine/trunk@14712 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/wiki_formatting/macros.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/wiki_formatting/macros.rb b/lib/redmine/wiki_formatting/macros.rb
index 4e479b307..cae519717 100644
--- a/lib/redmine/wiki_formatting/macros.rb
+++ b/lib/redmine/wiki_formatting/macros.rb
@@ -92,7 +92,7 @@ module Redmine
# invoked without a block of text.
#
# Examples:
- # By default, when the macro is invoked, the coma separated list of arguments
+ # By default, when the macro is invoked, the comma separated list of arguments
# is split and passed to the macro block as an array. If no argument is given
# the macro will be invoked with an empty array:
#