diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 09:53:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 09:53:21 +0200 |
commit | db243c5cf87070cabc4bf3d42e4bcd584beb319e (patch) | |
tree | 9956926422c094ee8f091fe1a4931e67d4853512 /bin | |
parent | 7257f97069d31ead05f18782fa2739a5559c7154 (diff) | |
download | jenkins.debian.net-db243c5cf87070cabc4bf3d42e4bcd584beb319e.tar.xz |
reproducible: fix typo/grammar
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 2 |
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>" |