aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers/tarball.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-05-25 15:29:27 +0200
committerEelco Dolstra <edolstra@gmail.com>2022-05-25 15:29:27 +0200
commitd8398d33c9a09e1f5599127ae6d477e7e0868b55 (patch)
tree6fd54777544dbaae39fcc5af212689b77c76d29e /src/libfetchers/tarball.cc
parent89a8955e79efd4efd37861582bd3da921b95aa41 (diff)
Typo
Diffstat (limited to 'src/libfetchers/tarball.cc')
-rw-r--r--src/libfetchers/tarball.cc2
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;