about summary refs log tree commit diff
path: root/third_party/git/contrib/mw-to-git/.perlcriticrc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/contrib/mw-to-git/.perlcriticrc')
-rw-r--r--third_party/git/contrib/mw-to-git/.perlcriticrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/contrib/mw-to-git/.perlcriticrc b/third_party/git/contrib/mw-to-git/.perlcriticrc
index 158958d363..b7333267ad 100644
--- a/third_party/git/contrib/mw-to-git/.perlcriticrc
+++ b/third_party/git/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