This commit is contained in:
Eelco Dolstra 2022-05-25 15:29:27 +02:00
parent 89a8955e79
commit d8398d33c9
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -169,7 +169,7 @@ std::pair<Tree, time_t> downloadTarball(
};
}
// An input scheme corresponding to a curable ressource
// An input scheme corresponding to a curl-downloadable resource.
struct CurlInputScheme : InputScheme
{
virtual const std::string inputType() const = 0;