Skip to content

Commit 5beb4aa

Browse files
committed
Fix comment
1 parent 27ae797 commit 5beb4aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ada/ada

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ is_dir () {
11301130
# Check whether a path is a directory. If the path doesn't exist, just continue.
11311131
# Similar to pathtype(), but that one quits with error if the path doesn't exist.
11321132
encoded_path=$(urlencode "$1")
1133-
# Warn the developers not to call is_dir before the auth has not been set up.
1133+
# Warn the developers not to call is_dir before the auth has been set up.
11341134
if [ -z "$curl_authorization" ] ; then
11351135
echo 1>&2 "ERROR: calling function is_dir() before authentication has been set up." \
11361136
"Please submit an issue for this at https://github.com/sara-nl/SpiderScripts/ ."

0 commit comments

Comments
 (0)