summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2014-09-26 21:47:59 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2014-09-27 00:11:05 +0200
commitc029a8368d0f90d749ccba73fc9afe46e77d8b2f (patch)
tree5fed128bd97c37abf91695a87a76a55c0da48a9c /apt-pkg/tagfile.h
parent6e7d703052648f123a43c25cfbe785b2c8d946f2 (diff)
fix occurrence typo in tagfile comment
Reported-By: codespell Git-Dch: Ignore
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r--apt-pkg/tagfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h
index db43bfbf9..3e84d8fd4 100644
--- a/apt-pkg/tagfile.h
+++ b/apt-pkg/tagfile.h
@@ -94,7 +94,7 @@ class pkgTagSection
/** \brief amount of Tags in the current section
*
* Note: if a Tag is mentioned repeatly it will be counted multiple
- * times, but only the last occurance is available via Find methods.
+ * times, but only the last occurrence is available via Find methods.
*/
unsigned int Count() const;
bool Exists(const char* const Tag) const;