From d21b1f101db990bebf14bd4b3aefc7d5bd4004d4 Mon Sep 17 00:00:00 2001 From: Nicolas MURE Date: Tue, 30 Jan 2018 11:13:52 +0100 Subject: [PATCH] typo fix --- Command/FilesystemKeysCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/FilesystemKeysCommand.php b/Command/FilesystemKeysCommand.php index 00e797c..d874153 100644 --- a/Command/FilesystemKeysCommand.php +++ b/Command/FilesystemKeysCommand.php @@ -62,7 +62,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $count = count($keys); $message = $count ? sprintf( - 'Bellow %s the %s key%s that where found:', + 'Bellow %s the %s key%s that were found:', $count > 1 ? 'are' : 'is', $count, $count > 1 ? 's': ''