The following commit has been merged in the master branch:
commit b7ec9d8124449188686600c77aad912abea5cda0
Author: Guillem Jover <guil...@debian.org>
Date:   Sun Apr 1 04:41:38 2012 +0200

    libdpkg: Fix typo and punctuation in comment

diff --git a/lib/dpkg/pkg-db.c b/lib/dpkg/pkg-db.c
index 6722a61..e1c25c7 100644
--- a/lib/dpkg/pkg-db.c
+++ b/lib/dpkg/pkg-db.c
@@ -131,7 +131,7 @@ pkg_db_get_singleton(struct pkgset *set)
       if (arch->type == arch_native || arch->type == arch_all)
         return pkg;
     }
-    /* Or falling that the first entry. */
+    /* Or failing that, the first entry. */
     return &set->pkg;
   case 1:
     for (pkg = &set->pkg; pkg; pkg = pkg->arch_next) {

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to