summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 09:53:21 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 09:53:21 +0200
commitdb243c5cf87070cabc4bf3d42e4bcd584beb319e (patch)
tree9956926422c094ee8f091fe1a4931e67d4853512 /bin/reproducible_html_repository_comparison.sh
parent7257f97069d31ead05f18782fa2739a5559c7154 (diff)
downloadjenkins.debian.net-db243c5cf87070cabc4bf3d42e4bcd584beb319e.tar.xz
reproducible: fix typo/grammar
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 9d93d6ff..0145e1da 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -169,7 +169,7 @@ for PKG in $SOURCEPKGS ; do
if ! $OBSOLETE_IN_SID ; then
write_row "<a href=\"$URL\">$GIT</a><br /><span class=\"purple\">non-standard branch</span>"
else
- write_row "<a href=\"$URL\">$GIT</a><br /><span class=\"green\">non-standard branch</span> (but that is ok, our package aint't used in unstable)"
+ write_row "<a href=\"$URL\">$GIT</a><br /><span class=\"green\">non-standard branch</span> (but that is ok, our package ain't used in unstable)"
fi
else
write_row "<a href=\"$URL\">$GIT</a>"