Message ID | 20241009114940.520486-8-algonell@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 897124aa1bcdfa7e774742d0c16e1c2a18e2487c |
Headers | show |
Series | Fix typos | expand |
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:
Fix a typo in comments: bellow -> below. Signed-off-by: Andrew Kreimer <algonell@gmail.com> --- t/helper/test-rot13-filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)