summaryrefslogtreecommitdiff
path: root/apt-pkg/init.cc
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2017-01-19 13:41:25 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2017-01-19 15:59:38 +0100
commit99b1cdd3a07576542c8bda40d93368f3f76db912 (patch)
treeac3bac6ca19305640181396ae155028ae08aa6d5 /apt-pkg/init.cc
parent19064623bc6ff2b1cd104cd08b2ddc15141ec761 (diff)
fix various typos reported by codespell
Nothing in user visible strings. Gbp-Dch: Ignore Reported-By: codespell
Diffstat (limited to 'apt-pkg/init.cc')
-rw-r--r--apt-pkg/init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc
index 8b25ca100..1981dba96 100644
--- a/apt-pkg/init.cc
+++ b/apt-pkg/init.cc
@@ -39,7 +39,7 @@ namespace APT {
APT_HIDDEN extern std::unordered_map<std::string, std::vector<std::string>> ArchToTupleMap;
}
-// Splits by whitespace. There may be continous spans of whitespace - they
+// Splits by whitespace. There may be continuous spans of whitespace - they
// will be considered as one.
static std::vector<std::string> split(std::string const & s)
{