From 39f3cad3ab392fce1fc4ed4523475404adb2bf51 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 Jun 2016 09:53:05 +1200 Subject: Fix spelling mistake --- bin/urlcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/urlcheck b/bin/urlcheck index 7151b85e..5692a892 100755 --- a/bin/urlcheck +++ b/bin/urlcheck @@ -32,7 +32,7 @@ declare -i errc # Iterate through input; ignore leading/trailing whitespace while read -r url ; do - # Skip anything that doesn't start wit HTTP + # Skip anything that doesn't start with HTTP [[ $url == 'http'* ]] || continue # Make initial request, log head and body to files, cry and skip on error -- cgit v1.2.3