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=7605ee419fa482baeb8db5ff42e3163df6ac51bd commit 7605ee419fa482baeb8db5ff42e3163df6ac51bd Author: Guillem Jover <[email protected]> AuthorDate: Fri Feb 22 01:42:13 2019 +0100 Dpkg::BuildOptions: Fix typo in POD --- scripts/Dpkg/BuildOptions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dpkg/BuildOptions.pm b/scripts/Dpkg/BuildOptions.pm index 057dfc1e3..263381b49 100644 --- a/scripts/Dpkg/BuildOptions.pm +++ b/scripts/Dpkg/BuildOptions.pm @@ -164,7 +164,7 @@ Each feature is prefixed with a ‘B<+>’ or a ‘B<->’ character as a marker to enable or disable it. The special feature “B<all>” can be used to act on all known features. -Unknown of malformed features will emit warnings. +Unknown or malformed features will emit warnings. =cut -- Dpkg.Org's dpkg

