Class name typo fixed, typo goverment->government fixed
[shipsimu.git] / application / ship-simu / main / resolver / web / class_WebGovernmentFailedCommandResolver.php
index a7e5b38a3689bee4beb595652d03f61a31f45076..dc0288260483e0bceb49d360f7ef81a8689000bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * A command resolver for local (non-hubbed) web commands including the failed goverment request
+ * A command resolver for local (non-hubbed) web commands including the failed government request
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebGovermentFailedCommandResolver extends BaseCommandResolver implements CommandResolver {
+class WebGovernmentFailedCommandResolver extends BaseCommandResolver implements CommandResolver {
        /**
         * Last successfull resolved command
         */
@@ -49,9 +49,9 @@ class WebGovermentFailedCommandResolver extends BaseCommandResolver implements C
         * @throws      EmptyVariableException          Thrown if default command is not set
         * @throws      InvalidInterfaceException       Thrown if command does not implement interface Commandable
         */
-       public final static function createWebGovermentFailedCommandResolver ($commandName, ManageableApplication $appInstance) {
+       public final static function createWebGovernmentFailedCommandResolver ($commandName, ManageableApplication $appInstance) {
                // Create the new instance
-               $resolverInstance = new WebGovermentFailedCommandResolver();
+               $resolverInstance = new WebGovernmentFailedCommandResolver();
 
                // Get request instance
                $requestInstance = $appInstance->getRequestInstance();