Merge pull request #1224 from davidgumberg/patch-2
Typo fix (comment) /lib/base.php
This commit is contained in:
commit
edf3572835
|
@ -30,7 +30,7 @@ require_once 'public/constants.php';
|
||||||
class OC
|
class OC
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Assoziative array for autoloading. classname => filename
|
* Associative array for autoloading. classname => filename
|
||||||
*/
|
*/
|
||||||
public static $CLASSPATH = array();
|
public static $CLASSPATH = array();
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue