mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Typo
This commit is contained in:
parent
89a8955e79
commit
d8398d33c9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue