diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-20 21:39:14 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2017-11-21 06:04:52 +0100 |
commit | 0d4cc84ccaedebdcb3303e6c8cdd209d8390c64d (patch) | |
tree | a07a44ae0a0156a5b8bee7c4607c2d35f0ab0111 /solenv/clang-format | |
parent | 30465a05098246342763977beae625dfbb4dd0ea (diff) |
Fix typos
Change-Id: Ifd95ada4477d7d21ffbadd355226f91f2a2371e1
Reviewed-on: https://gerrit.libreoffice.org/45004
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'solenv/clang-format')
-rwxr-xr-x | solenv/clang-format/check-last-commit | 2 |
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."; |