]> git.ozlabs.org Git - next-scripts/commitdiff
fix typo
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 3 Feb 2025 04:07:13 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 3 Feb 2025 04:07:13 +0000 (15:07 +1100)
do_stats

index 7c8834d5fa15358bf1d2d231556ae12428702a40..9a2c6f255196dbe2dbf41bba51c94e2f9aa5704a 100755 (executable)
--- a/do_stats
+++ b/do_stats
@@ -98,7 +98,7 @@ Top ten authors:
 $(git log --no-walk --stdin --pretty="format:%aE" <$sd/$rc.sha1s.3 |
        tr 'A-Z' 'a-z' | sort | uniq -c | sort -nr | head -n 10)
 
-Top ten commiters:
+Top ten committers:
 
 $(git log --no-walk --stdin --pretty="format:%cE" <$sd/$rc.sha1s.3 |
        tr 'A-Z' 'a-z' | sort | uniq -c | sort -nr | head -n 10)
@@ -117,7 +117,7 @@ Top ten authors:
 $(git log --no-walk --stdin --pretty="format:%aE" <$sd/$next.sha1s.3 |
        tr 'A-Z' 'a-z' | sort | uniq -c | sort -nr | head -n 10)
 
-Top ten commiters:
+Top ten committers:
 
 $(git log --no-walk --stdin --pretty="format:%cE" <$sd/$next.sha1s.3 |
        tr 'A-Z' 'a-z' | sort | uniq -c | sort -nr | head -n 10)