diff options
author | David Kalnischkies <david@kalnischkies.de> | 2019-07-10 16:15:30 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2019-07-10 16:15:30 +0200 |
commit | 5cfbc5727dba2f4662d24cf4deb7cab7cdd57c14 (patch) | |
tree | 833d5b53bc16a93085b4afe855eaafed15981119 /apt-pkg/sourcelist.h | |
parent | 2b734a7ec429825c7007c1093883229e069d36c7 (diff) |
Fix typos reported by codespell in code comments
Also in old changelogs, but nothing really user visible
like error messages or alike so barely noteworthy.
Reported-By: codespell
Gbp-Dch: Ignore
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r-- | apt-pkg/sourcelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index efbf4bfbc..91dc03dcf 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -108,7 +108,7 @@ class pkgSourceList /** \brief add file for parsing, but not to the cache * - * pkgIndexFiles origining from pkgSourcesList are included in + * pkgIndexFiles originating from pkgSourcesList are included in * srcpkgcache, the status files added via #AddStatusFiles are * included in pkgcache, but these files here are not included in * any cache to have the possibility of having a file included just |