Skip to content

Commit 29706e7

Browse files
type fix
1 parent c6ee6c3 commit 29706e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515
if (!filter_var($url, FILTER_VALIDATE_URL)) {
16-
exit("The scrit requires an URL parameter, ex: php index.php -uhttp://www.google.com\n\n");
16+
exit("The script requires a valid URL as parameter, ex: php index.php -uhttp://www.google.com\n\n");
1717
}
1818

1919
$handle = curl_init($url);

0 commit comments

Comments
 (0)