diff --git a/src/libfetchers/tarball.cc b/src/libfetchers/tarball.cc index 09acb74d3..6c551bd93 100644 --- a/src/libfetchers/tarball.cc +++ b/src/libfetchers/tarball.cc @@ -169,7 +169,7 @@ std::pair 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;