[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] c/fields.pm: Fix a typo



---
 checks/fields.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/fields.pm b/checks/fields.pm
index 10d5963..7eb8fb1 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -1174,7 +1174,7 @@ sub run {
         }
 
         # libmodule-build-perl
-        # matches() instead of implies() because of possible OR releation
+        # matches() instead of implies() because of possible OR relation
         if ($info->relation('build-depends-indep')
             ->matches(qr/^libmodule-build-perl$/, VISIT_PRED_NAME)
             && !$info->relation('build-depends')
-- 
2.5.0


Reply to: