From 67bbd75cddb50601e045e7bff41b196c51898360 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 27 Feb 2018 18:10:34 +0100 Subject: fix communication typo in https manpage Reported-By: lintian spelling-error-in-manpage --- apt-pkg/pkgsystem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/pkgsystem.cc') 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 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) -- cgit v1.2.3