summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-03 00:42:55 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-03 00:42:55 +0200
commita373a24e4c1922bd1f914a295833f9afa5f6df4f (patch)
tree4c318a775e6fd60c9a95d6fec8bdc1bada60f938 /bin/reproducible_stats.sh
parent211f382b1d758837ee81197478954b33ece393bc (diff)
downloadjenkins.debian.net-a373a24e4c1922bd1f914a295833f9afa5f6df4f.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 07e8a72b..76d31c28 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -73,7 +73,7 @@ for PKG in $UGLY ; do
done
htmlecho "</code></p>"
if [ $COUNT_SOURCELESS -gt 0 ] ; then
- htmlecho "<p>$COUNT_SOURCELESS ($PERCENT_SORCELESS%) packages where the source could not be downloaded. <code>$SOURCELESS</code></p>"
+ htmlecho "<p>$COUNT_SOURCELESS ($PERCENT_SOURCELESS%) packages where the source could not be downloaded. <code>$SOURCELESS</code></p>"
fi
if [ $COUNT_NOTFORUS -gt 0 ] ; then
htmlecho "<p>$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any' nor 'all' nor 'amd64': <code>$NOTFORUS</code></p>"