commit cc16801dc6168830df73f3a0085dae4cb5b04986 parent c6cd24b0f20d024cc736a1a9d9d2d5fb8bd2a66f Author: Haris <haris@feanor.lan> Date: Fri, 5 Jul 2013 19:42:32 +0300 Spelling fix. Diffstat:
M | 4chandownload.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/4chandownload.sh b/4chandownload.sh @@ -35,6 +35,6 @@ while [ true ]; do rm $TMP $TMP2 - echo "Waiting 30 seconds befor next run" + echo "Waiting 30 seconds before next run" sleep 30 done;