Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
Nate Koenig committed Mar 31, 2022
1 parent ff5970e commit 123df49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/URI.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ bool URI::Valid(const std::string &_str)

if (localScheme != "file" && authEndPos == authDelimPos+2)
{
ignerr << "A host is manadatory when using a scheme other than file\n";
ignerr << "A host is mandatory when using a scheme other than file\n";
return false;
}
else
Expand Down

0 comments on commit 123df49

Please sign in to comment.