summaryrefslogtreecommitdiffstats
path: root/system/libraries/Unit_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Unit_test.php')
-rw-r--r--system/libraries/Unit_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php
index bf50350ae..b2f4bf8cd 100644
--- a/system/libraries/Unit_test.php
+++ b/system/libraries/Unit_test.php
@@ -223,9 +223,9 @@ class CI_Unit_test {
* @params string
* @return void
*/
- function set_template($tempalte)
+ function set_template($template)
{
- $this->_template = $tempalte;
+ $this->_template = $template;
}
// --------------------------------------------------------------------