summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-11-04 00:08:07 +0200
committerVille Skyttä <ville.skytta@iki.fi>2021-11-27 12:22:38 +0200
commit01eed4234440d82fc52c8186cf4268517bcd28bc (patch)
tree0a21bc964c35024494df59a1ee186520b61ca6eb /apt-private/private-install.cc
parent2662f6f255a2f1fee25632dc7666d4153bf5248c (diff)
Spelling fixes
Diffstat (limited to 'apt-private/private-install.cc')
-rw-r--r--apt-private/private-install.cc4
1 files changed, 2 insertions, 2 deletions
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::vector<PseudoPkg
if (Fix != NULL && _config->FindB("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<std::pair<pkgCache::VerIterator, std::string> > const &start, std::ostream &out)/*{{{*/
+bool TryToInstall::propagateReleaseCandidateSwitching(std::list<std::pair<pkgCache::VerIterator, std::string> > const &start, std::ostream &out)/*{{{*/
{
for (std::list<std::pair<pkgCache::VerIterator, std::string> >::const_iterator s = start.begin();
s != start.end(); ++s)