From 99b1cdd3a07576542c8bda40d93368f3f76db912 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 19 Jan 2017 13:41:25 +0100 Subject: fix various typos reported by codespell Nothing in user visible strings. Gbp-Dch: Ignore Reported-By: codespell --- apt-pkg/init.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/init.cc') 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> 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 split(std::string const & s) { -- cgit v1.2.3