Author: geissert Date: 2014-11-09 18:17:14 +0000 (Sun, 09 Nov 2014) New Revision: 29938
Modified: bin/add-dsa-needed.sh Log: fix typo Modified: bin/add-dsa-needed.sh =================================================================== --- bin/add-dsa-needed.sh 2014-11-09 18:11:24 UTC (rev 29937) +++ bin/add-dsa-needed.sh 2014-11-09 18:17:14 UTC (rev 29938) @@ -23,7 +23,7 @@ turl="https://security-tracker.debian.org/tracker/status/release" [ -f data/dsa-needed.txt ] || { - echo "error: run this script from the top-level dir of the reppo" >&2 + echo "error: run this script from the top-level dir of the repo" >&2 exit 1 } _______________________________________________ Secure-testing-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

