From 01eed4234440d82fc52c8186cf4268517bcd28bc Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Thu, 4 Nov 2021 00:08:07 +0200 Subject: Spelling fixes --- apt-private/private-install.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-private/private-install.cc') diff --git a/apt-private/private-install.cc b/apt-private/private-install.cc index aaf98539a..cffec30a8 100644 --- a/apt-private/private-install.cc +++ b/apt-private/private-install.cc @@ -692,7 +692,7 @@ bool DoCacheManipulationFromCommandLine(CommandLine &CmdL, std::vectorFindB("APT::Get::AutoSolving", true) == true) { - InstallAction.propergateReleaseCandiateSwitching(helper.selectedByRelease, c0out); + InstallAction.propagateReleaseCandidateSwitching(helper.selectedByRelease, c0out); InstallAction.doAutoInstall(); } @@ -1052,7 +1052,7 @@ void TryToInstall::operator() (pkgCache::VerIterator const &Ver) { } } /*}}}*/ -bool TryToInstall::propergateReleaseCandiateSwitching(std::list > const &start, std::ostream &out)/*{{{*/ +bool TryToInstall::propagateReleaseCandidateSwitching(std::list > const &start, std::ostream &out)/*{{{*/ { for (std::list >::const_iterator s = start.begin(); s != start.end(); ++s) -- cgit v1.2.3-70-g09d2