Bug 1053067 - Correct a misspelling of "version" in mach. r=edmorley

This commit is contained in:
Vikrantsingh Bisen 2014-08-15 23:45:00 -04:00
parent 02904be1c4
commit 5177720c68

View File

@ -322,7 +322,7 @@ class FormatProvider(MachCommandBase):
fmt = plat.lower() + "/clang-format-3.5"
fmt_diff = "clang-format-diff-3.5"
# We are currently using a modified verion of clang-format hosted on people.mozilla.org.
# We are currently using a modified version of clang-format hosted on people.mozilla.org.
# This is a temporary work around until we upstream the necessary changes and we can use
# a system version of clang-format. See bug 961541.
if plat == "Windows":