Skip to content

Commit

Permalink
fix typos of migrate_from_trac.rake
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.redmine.org/redmine/trunk@12909 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Feb 20, 2014
1 parent 4dc7bc7 commit 95e44a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/tasks/migrate_from_trac.rake
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ namespace :redmine do
# We would like to convert the Code highlighting too
# This will go into the next line.
shebang_line = false
# Reguar expression for start of code
# Regular expression for start of code
pre_re = /\{\{\{/
# Code hightlighing...
# Code highlighting...
shebang_re = /^\#\!([a-z]+)/
# Regular expression for end of code
pre_end_re = /\}\}\}/
Expand Down Expand Up @@ -781,4 +781,3 @@ namespace :redmine do
end
end
end

0 comments on commit 95e44a2

Please sign in to comment.