diff options
author | David Kalnischkies <david@kalnischkies.de> | 2018-02-27 18:10:34 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-04-07 14:35:40 +0200 |
commit | 67bbd75cddb50601e045e7bff41b196c51898360 (patch) | |
tree | db35b8075089e4bb69dfbe3b2d31f5fb6bf9f25f /apt-pkg | |
parent | bade156a593220bdff8455250115774a5da6db3f (diff) |
fix communication typo in https manpage
Reported-By: lintian spelling-error-in-manpage
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/pkgsystem.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgsystem.cc b/apt-pkg/pkgsystem.cc index aa94418c6..5d74e882b 100644 --- a/apt-pkg/pkgsystem.cc +++ b/apt-pkg/pkgsystem.cc @@ -72,7 +72,7 @@ std::vector<std::string> pkgSystem::ArchitecturesSupported() const /*{{{*/ return {}; } /*}}}*/ -// pkgSystem::Set/GetVersionMapping - for internal/external communcation/*{{{*/ +// pkgSystem::Set/GetVersionMapping - for internal/external communication/*{{{*/ void pkgSystem::SetVersionMapping(map_id_t const in, map_id_t const out) { if (in == out) |