diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-01-05 16:37:11 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-01-05 16:37:11 +0000 |
| commit | 0ce8ea6f1920a700a088ab9815cf63197fcf4dfb (patch) | |
| tree | 1b6bd910a7fbbe3dd8ce68732c626c3448a6cbf7 /apt-private/private-source.cc | |
| parent | eac32564d294caf264cabb62c776444f973b111a (diff) | |
| parent | 01eed4234440d82fc52c8186cf4268517bcd28bc (diff) | |
Merge branch 'spelling' into 'main'
Spelling fixes
See merge request apt-team/apt!194
Diffstat (limited to 'apt-private/private-source.cc')
| -rw-r--r-- | apt-private/private-source.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-private/private-source.cc b/apt-private/private-source.cc index f3ee0e594..e007c542f 100644 --- a/apt-private/private-source.cc +++ b/apt-private/private-source.cc @@ -334,7 +334,7 @@ bool DoSource(CommandLine &CmdL) // Dsc only mode only fetches .dsc files bool const dscOnly = _config->FindB("APT::Get::Dsc-Only", false); - // Load the requestd sources into the fetcher + // Load the requested sources into the fetcher aptAcquireWithTextStatus Fetcher; std::vector<std::string> UntrustedList; for (const char **cmdl = CmdL.FileList + 1; *cmdl != 0; ++cmdl) @@ -831,7 +831,7 @@ bool DoBuildDep(CommandLine &CmdL) candSwitch.emplace_back(Pkg.VersionList(), pkg.release); } if (candSwitch.empty() == false) - InstallAction.propergateReleaseCandiateSwitching(candSwitch, c0out); + InstallAction.propagateReleaseCandidateSwitching(candSwitch, c0out); for (auto const &pkg: pseudoPkgs) { pkgCache::PkgIterator const Pkg = Cache->FindPkg(pkg.name, pkg.arch); |
