From c5d949300d298cecb71fddc0483922e2cfde8b90 Mon Sep 17 00:00:00 2001 From: Vikrantsingh Bisen Date: Fri, 15 Aug 2014 23:45:00 -0400 Subject: [PATCH] Bug 1053067 - Correct a misspelling of "version" in mach. r=edmorley --- tools/mach_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mach_commands.py b/tools/mach_commands.py index 6629b6a3a12d..9e4481a7c31f 100644 --- a/tools/mach_commands.py +++ b/tools/mach_commands.py @@ -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":