From 87ab1f104dd4f4b1d4aa885a45a856529917881a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 16 Mar 2014 13:05:34 +0100 Subject: Fix typo causing misinformation --- commit-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit-check b/commit-check index 3cfd7c6..ea3e86a 100755 --- a/commit-check +++ b/commit-check @@ -26,7 +26,7 @@ while (<$commitfile>) { } err "Should be empty" if $lineno == 2 && /.+/; - err "Longer than 80 characters" if /^.{73,}/; + err "Longer than 72 characters" if /^.{73,}/; } close $commitfile; -- cgit v1.2.3-54-g00ecf