diff options
Diffstat (limited to 'apt-pkg/init.cc')
-rw-r--r-- | apt-pkg/init.cc | 2 |
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) { |