diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-05-25 15:29:27 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-05-25 15:29:27 +0200 |
commit | d8398d33c9a09e1f5599127ae6d477e7e0868b55 (patch) | |
tree | 6fd54777544dbaae39fcc5af212689b77c76d29e /src | |
parent | 89a8955e79efd4efd37861582bd3da921b95aa41 (diff) |
Typo
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; |