From c993970a0f61a5b870bfe726886c89f703f1b256 Mon Sep 17 00:00:00 2001 From: ajschmaltz Date: Tue, 2 Sep 2014 19:48:55 -0400 Subject: [PATCH] Spellcheck --- app/Console/InspireCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/InspireCommand.php b/app/Console/InspireCommand.php index 777b2f4e..326caa1d 100644 --- a/app/Console/InspireCommand.php +++ b/app/Console/InspireCommand.php @@ -19,7 +19,7 @@ class InspireCommand extends Command { * * @var string */ - protected $description = 'Display an inpiring quote'; + protected $description = 'Display an inspiring quote'; /** * Create a new command instance.