Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmealey committed Apr 21, 2024
1 parent 405de2e commit f657cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ int main(int argc, const char **argv)
}

if(is_empty && !o.jsonout)
errorf(&o, ERROR_URL, "Not enough inputs for a URL");
errorf(&o, ERROR_URL, "not enough inputs for a URL");
if(!end_of_file && ferror(o.url))
trurl_warnf(&o, "fgets: %s", strerror(errno));
if(o.urlopen)
Expand Down

0 comments on commit f657cfa

Please sign in to comment.