summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/gpgv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/contrib/gpgv.cc')
-rw-r--r--apt-pkg/contrib/gpgv.cc2
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)