diff --git a/build_support/run_clang_format.py b/build_support/run_clang_format.py index 49ca86b18..584c4cc4d 100755 --- a/build_support/run_clang_format.py +++ b/build_support/run_clang_format.py @@ -98,7 +98,7 @@ def check(arguments, source_dir): parser = argparse.ArgumentParser( description="Runs clang format on all of the source " "files. If --fix is specified, and compares the output " - "with the existing file, outputting a unifiied diff if " + "with the existing file, outputting a unified diff if " "there are any necessary changes") parser.add_argument("clang_format_binary", help="Path to the clang-format binary")