]> git.saurik.com Git - apt.git/commitdiff
* typo fixes (LP: #107960)
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 11 Mar 2008 08:59:32 +0000 (09:59 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 11 Mar 2008 08:59:32 +0000 (09:59 +0100)
apt-pkg/depcache.h
debian/changelog
methods/http.cc

index 7adf6fe7fa95bca222833f0742a53abd45b87037..f41ad17e959a817786778dc82cf74c57afe76ead 100644 (file)
@@ -92,7 +92,7 @@ class pkgDepCache : protected pkgCache::Namespace
     *  \param rootFunc A callback that can be used to add extra
     *  packages to the root set.
     *
-    *  \return \b false if an error occured.
+    *  \return \b false if an error occurred.
     */
    bool MarkRequired(InRootSetFunc &rootFunc);
 
@@ -103,7 +103,7 @@ class pkgDepCache : protected pkgCache::Namespace
     *  are tested to see whether they are actually garbage.  If so,
     *  they are marked as such.
     *
-    *  \return \b false if an error occured.
+    *  \return \b false if an error occurred.
     */
    bool Sweep();
 
index e531be8769063d190834fc10ddefc9b1b39bbbdc..6fe4e5ece2e68bf689b479afe1f72c136205455f 100644 (file)
@@ -11,6 +11,7 @@ apt (0.7.9ubuntu13) hardy; urgency=low
     - updated for hardy (LP: #195879)
   * cmdline/apt-get.cc:
     - fix incorrect help output for -f (LP: #57487)
+  * typo fixes (LP: #107960)
 
  -- 
 
index 6aa4261ff37347cbf375d08666ec4f6569f852c3..61321c850210901bc409c2df44e08f5c852475d8 100644 (file)
@@ -367,8 +367,8 @@ bool ServerState::Close()
                                                                        /*}}}*/
 // ServerState::RunHeaders - Get the headers before the data           /*{{{*/
 // ---------------------------------------------------------------------
-/* Returns 0 if things are OK, 1 if an IO error occursed and 2 if a header
-   parse error occured */
+/* Returns 0 if things are OK, 1 if an IO error occurred and 2 if a header
+   parse error occurred */
 int ServerState::RunHeaders()
 {
    State = Header;