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=72742b569f2cf908bc05fa96c5419120e42a10c6

commit 72742b569f2cf908bc05fa96c5419120e42a10c6
Author: Guillem Jover <[email protected]>
AuthorDate: Sun Jul 29 20:01:03 2018 +0200

    Dpkg::Deps: Fix typo in POD
---
 scripts/Dpkg/Deps.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Dpkg/Deps.pm b/scripts/Dpkg/Deps.pm
index c7565b73d..885a6c2e1 100644
--- a/scripts/Dpkg/Deps.pm
+++ b/scripts/Dpkg/Deps.pm
@@ -419,7 +419,7 @@ package Dpkg::Deps::Simple;
 There are several kind of dependencies. A Dpkg::Deps::Simple dependency
 represents a single dependency statement (it relates to one package only).
 Dpkg::Deps::Multiple dependencies are built on top of this object
-and combine several dependencies in a different manners. Dpkg::Deps::AND
+and combine several dependencies in different manners. Dpkg::Deps::AND
 represents the logical "AND" between dependencies while Dpkg::Deps::OR
 represents the logical "OR". Dpkg::Deps::Multiple objects can contain
 Dpkg::Deps::Simple object as well as other Dpkg::Deps::Multiple objects.

-- 
Dpkg.Org's dpkg

Reply via email to