]> git.saurik.com Git - apt.git/commitdiff
fix occurrence typo in tagfile comment
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 19:47:59 +0000 (21:47 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:11:05 +0000 (00:11 +0200)
Reported-By: codespell
Git-Dch: Ignore

apt-pkg/tagfile.h

index db43bfbf961da1d4983595b9edc851f4161f243a..3e84d8fd4630c0dec15fa389532d1421c860931c 100644 (file)
@@ -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;