Merge pull request #1224 from davidgumberg/patch-2

Typo fix (comment) /lib/base.php
This commit is contained in:
Lukas Reschke 2013-01-18 12:33:15 -08:00
commit edf3572835
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();
/**