diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libfetchers/tarball.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<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; |