Skip to content

Commit f4c8eca

Browse files
authored
chore(docs): fix a typo (#721)
1 parent f9ff9a8 commit f4c8eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_support/run_clang_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def check(arguments, source_dir):
9898
parser = argparse.ArgumentParser(
9999
description="Runs clang format on all of the source "
100100
"files. If --fix is specified, and compares the output "
101-
"with the existing file, outputting a unifiied diff if "
101+
"with the existing file, outputting a unified diff if "
102102
"there are any necessary changes")
103103
parser.add_argument("clang_format_binary",
104104
help="Path to the clang-format binary")

0 commit comments

Comments
 (0)