summaryrefslogtreecommitdiff
path: root/contrib/mw-to-git/.perlcriticrc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mw-to-git/.perlcriticrc')
-rw-r--r--contrib/mw-to-git/.perlcriticrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mw-to-git/.perlcriticrc b/contrib/mw-to-git/.perlcriticrc
index 158958d..b733326 100644
--- a/contrib/mw-to-git/.perlcriticrc
+++ b/contrib/mw-to-git/.perlcriticrc
@@ -14,7 +14,7 @@
# This rule states that each system call should have its return value checked
# The problem is that it includes the print call. Checking every print call's
-# return value would be harmful to the code readabilty.
+# return value would be harmful to the code readability.
# This configuration keeps all default function but print.
[InputOutput::RequireCheckedSyscalls]
functions = open say close