diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-01-19 13:41:25 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-01-19 15:59:38 +0100 |
commit | 99b1cdd3a07576542c8bda40d93368f3f76db912 (patch) | |
tree | ac3bac6ca19305640181396ae155028ae08aa6d5 /apt-pkg/contrib | |
parent | 19064623bc6ff2b1cd104cd08b2ddc15141ec761 (diff) |
fix various typos reported by codespell
Nothing in user visible strings.
Gbp-Dch: Ignore
Reported-By: codespell
Diffstat (limited to 'apt-pkg/contrib')
-rw-r--r-- | apt-pkg/contrib/gpgv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/gpgv.cc b/apt-pkg/contrib/gpgv.cc index 0878a7ffb..683530428 100644 --- a/apt-pkg/contrib/gpgv.cc +++ b/apt-pkg/contrib/gpgv.cc @@ -402,7 +402,7 @@ bool SplitClearSignedFile(std::string const &InFile, FileFd * const ContentFile, _error->Warning("Clearsigned file '%s' contains unsigned lines.", InFile.c_str()); } - // An error occured during reading - propagate it up + // An error occurred during reading - propagate it up bool const hasErrored = _error->PendingError(); _error->MergeWithStack(); if (hasErrored) |