summaryrefslogtreecommitdiff
path: root/solenv/clang-format/check-last-commit
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/clang-format/check-last-commit')
-rwxr-xr-xsolenv/clang-format/check-last-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/clang-format/check-last-commit b/solenv/clang-format/check-last-commit
index 9a9458e1af95..8c3628af76d1 100755
--- a/solenv/clang-format/check-last-commit
+++ b/solenv/clang-format/check-last-commit
@@ -27,7 +27,7 @@ sub check_style()
my $clang_format = ClangFormat::find();
# Get a list of non-deleted changed files.
- # Explicitly use the low-level 'git diff-tree' (rathern that plain 'git
+ # Explicitly use the low-level 'git diff-tree' (rather than plain 'git
# diff') so we get the new, but not the old files for renames and/or
# copies.
open (FILES, "git diff-tree -r --diff-filter=AM --name-only HEAD^ HEAD |") || die "Cannot run git diff.";