summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/tasks/migrate_from_trac.rake5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/tasks/migrate_from_trac.rake b/lib/tasks/migrate_from_trac.rake
index 74272b60f..0d1af9abc 100644
--- a/lib/tasks/migrate_from_trac.rake
+++ b/lib/tasks/migrate_from_trac.rake
@@ -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 = /\}\}\}/
@@ -781,4 +781,3 @@ namespace :redmine do
end
end
end
-