From: Stephen Rothwell Date: Mon, 3 Feb 2025 04:07:13 +0000 (+1100) Subject: fix typo X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=3986213913405b5b9e7e4ed9c72a40225022dee8;p=next-scripts fix typo --- diff --git a/do_stats b/do_stats index 7c8834d..9a2c6f2 100755 --- 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)