From 3a35b0a7a2db04c79d900a483048ada8d2925f77 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 01:29:15 +0000 Subject: [PATCH] Typo that caused me so much crap --- includes/shellcmd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/shellcmd.php b/includes/shellcmd.php index b7ae6b1..073af5f 100644 --- a/includes/shellcmd.php +++ b/includes/shellcmd.php @@ -48,7 +48,7 @@ class Shell * * @param object Controller */ - function Shell(&$contoller) + function Shell(&$controller) { $this->controller =& $controller; } -- 2.22.5