Typo fix (comment) /lib/base.php

This commit is contained in:
davidgumberg 2013-01-18 10:52:29 -08:00
parent 9ffd4197ae
commit 487e401361
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ require_once 'public/constants.php';
class OC
{
/**
* Assoziative array for autoloading. classname => filename
* Associative array for autoloading. classname => filename
*/
public static $CLASSPATH = array();
/**