From 5b427b4e283fca389feb5fe15f5d86094e38c980 Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Thu, 22 Dec 2016 16:05:15 +0200 Subject: [PATCH] Minor: Fix typo in a comment. --- vendor/readme-parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/readme-parser.php b/vendor/readme-parser.php index ed21eab..a40b4b3 100644 --- a/vendor/readme-parser.php +++ b/vendor/readme-parser.php @@ -8,7 +8,7 @@ Class PucReadmeParser { function __construct() { - // This space intentially blank + // This space intentionally blank } function parse_readme( $file ) {