diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-10-10 18:11:25 +0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-10-10 13:31:13 -0700 |
| commit | 897124aa1bcdfa7e774742d0c16e1c2a18e2487c (patch) | |
| tree | 7c3b4e3154b8e77f3b87f1b9577007bb66817244 | |
| parent | t/perf: fix typos (diff) | |
| download | git-897124aa1bcdfa7e774742d0c16e1c2a18e2487c.tar.gz git-897124aa1bcdfa7e774742d0c16e1c2a18e2487c.zip | |
t/helper: fix a typo
Fix a typo in comments: bellow -> below.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | t/helper/test-rot13-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-rot13-filter.c b/t/helper/test-rot13-filter.c index 7e1d9e0ee4..ff407b575c 100644 --- a/t/helper/test-rot13-filter.c +++ b/t/helper/test-rot13-filter.c @@ -9,7 +9,7 @@ * ("clean", "smudge", etc). * * When --always-delay is given all pathnames with the "can-delay" flag - * that don't appear on the list bellow are delayed with a count of 1 + * that don't appear on the list below are delayed with a count of 1 * (see more below). * * This implementation supports special test cases: |
