From 28c8439827fc4df500085f136b2becf4a87eb76a Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 20 Jan 2014 20:49:43 -0500 Subject: [PATCH] spelling --- developer/bin/project_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/bin/project_stats b/developer/bin/project_stats index 8e02dec830..ab7ad5fb87 100755 --- a/developer/bin/project_stats +++ b/developer/bin/project_stats @@ -81,7 +81,7 @@ $git_log -- $doc_paths | sort | uniq | wc -l printf " any\t" $git_log -- . | sort | uniq | wc -l if [[ -n "$1" ]]; then - printf "\nAll-time contibutors\t" + printf "\nAll-time contributors\t" $git_log_alltime -- . | sort | uniq | wc -l fi