From c2fef048a59ce33b14dcc6482c29f44f052798d1 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 3 Feb 2014 17:02:21 -0500 Subject: [PATCH] typo fix [skip ci] --- framework/console/controllers/FixtureController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/console/controllers/FixtureController.php b/framework/console/controllers/FixtureController.php index 9c8d1ad..186e1da 100644 --- a/framework/console/controllers/FixtureController.php +++ b/framework/console/controllers/FixtureController.php @@ -128,7 +128,7 @@ class FixtureController extends Controller $transaction->commit(); } catch (\Exception $e) { $transaction->rollback(); - $this->stdout("Exception occured, transaction rollback. Tables will be in same state.\n", Console::BG_RED); + $this->stdout("Exception occurred, transaction rollback. Tables will be in same state.\n", Console::BG_RED); throw $e; } $this->notifySuccess($foundFixtures);