This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=9245729c8540dae3a943c6f1d5c9554ba3fcdf46

commit 9245729c8540dae3a943c6f1d5c9554ba3fcdf46
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Tue Nov 6 02:32:07 2018 +0100

    dpkg: Fix typo in comment
---
 src/depcon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/depcon.c b/src/depcon.c
index a34384da7..071a67b06 100644
--- a/src/depcon.c
+++ b/src/depcon.c
@@ -335,7 +335,7 @@ depisok(struct dependency *dep, struct varbuf *whynot,
   case PKG_ISTOBE_DECONFIGURE:
     return true;
   case PKG_ISTOBE_NORMAL:
-    /* Only installed packages can be make dependency problems. */
+    /* Only installed packages can be made dependency problems. */
     switch (dep->up->status) {
     case PKG_STAT_INSTALLED:
     case PKG_STAT_TRIGGERSPENDING:

-- 
Dpkg.Org's dpkg

Reply via email to