First load of spell and typo fixes (mostly UI messages, but also one or two pieces of code using mis-spelled names).

This commit is contained in:
Bastien Montagne
2012-07-03 17:20:21 +00:00
parent bc78942be0
commit 37dc4006c7
20 changed files with 38 additions and 37 deletions

View File

@@ -330,7 +330,7 @@ path_reference_mode = EnumProperty(
description="Method used to reference paths",
items=(('AUTO', "Auto", "Use Relative paths with subdirectories only"),
('ABSOLUTE', "Absolute", "Always write absolute paths"),
('RELATIVE', "Relative", "Always write relative patsh "
('RELATIVE', "Relative", "Always write relative paths "
"(where possible)"),
('MATCH', "Match", "Match Absolute/Relative "
"setting with input path"),