From 29c8c61e94768d2445d5ef1fbc1dbd9cb1cd1372 Mon Sep 17 00:00:00 2001 From: alexhackney Date: Tue, 20 Jan 2015 14:57:56 -0500 Subject: [PATCH] [5.0] Fixing minor typos Line 78 and 510 --- src/Illuminate/Console/Scheduling/Event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Illuminate/Console/Scheduling/Event.php b/src/Illuminate/Console/Scheduling/Event.php index 2be697dfd320..bec51e7c2ab2 100644 --- a/src/Illuminate/Console/Scheduling/Event.php +++ b/src/Illuminate/Console/Scheduling/Event.php @@ -75,7 +75,7 @@ class Event { protected $output = '/dev/null'; /** - * The e-mail addressses the command output should be sent to. + * The e-mail addresses the command output should be sent to. * * @var array */ @@ -507,7 +507,7 @@ public function everyTenMinutes() } /** - * Schedule the event to run every ten minutes. + * Schedule the event to run every thirty minutes. * * @return $this */