fix typos of migrate_from_trac.rake

git-svn-id: http://svn.redmine.org/redmine/trunk@12909 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-02-20 04:59:33 +00:00
parent 4dc7bc75b4
commit 95e44a2e57
1 changed files with 2 additions and 3 deletions

View File

@ -327,9 +327,9 @@ namespace :redmine do
# We would like to convert the Code highlighting too # We would like to convert the Code highlighting too
# This will go into the next line. # This will go into the next line.
shebang_line = false shebang_line = false
# Reguar expression for start of code # Regular expression for start of code
pre_re = /\{\{\{/ pre_re = /\{\{\{/
# Code hightlighing... # Code highlighting...
shebang_re = /^\#\!([a-z]+)/ shebang_re = /^\#\!([a-z]+)/
# Regular expression for end of code # Regular expression for end of code
pre_end_re = /\}\}\}/ pre_end_re = /\}\}\}/
@ -781,4 +781,3 @@ namespace :redmine do
end end
end end
end end