diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-07-08 14:45:26 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-07-08 14:55:29 +0200 |
commit | 4a9c136bdb1ec8e73e104738a923e08786c521ef (patch) | |
tree | a5b10d9c5432a592c9f06b3c616e92ff38335880 /ftparchive | |
parent | ff26d24f47910ac06840f873920c8950aa48046b (diff) |
fix various typos reported by codespell & spellintian
Reported-By: codespell & spellintian
Gbp-Dch: Ignore
Diffstat (limited to 'ftparchive')
-rw-r--r-- | ftparchive/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftparchive/writer.cc b/ftparchive/writer.cc index cac1d943d..7cda37459 100644 --- a/ftparchive/writer.cc +++ b/ftparchive/writer.cc @@ -417,7 +417,7 @@ bool PackagesWriter::DoPackage(string FileName) string Architecture; // if we generate a Packages file for a given arch, we use it to // look for overrides. if we run in "simple" mode without the - // "Architecures" variable in the config we use the architecure value + // "Architecures" variable in the config we use the architecture value // from the deb file if(Arch != "") Architecture = Arch; |