From 628f2b21c346fb180d8b3d352c1bc0f25bd5de44 Mon Sep 17 00:00:00 2001 From: Matt Button Date: Mon, 31 Jan 2011 17:33:06 +0000 Subject: [PATCH] Small typo fix in doccomment --- classes/minion/migration/manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/minion/migration/manager.php b/classes/minion/migration/manager.php index 879b32e..6c85a2f 100644 --- a/classes/minion/migration/manager.php +++ b/classes/minion/migration/manager.php @@ -96,7 +96,7 @@ class Minion_Migration_Manager { } /** - * Ruturns a set of queries that would've been executed had dry run not been + * Returns a set of queries that would've been executed had dry run not been * enabled. If dry run was not enabled, this returns an empty array * * @return array SQL Queries