From 487e4013612e5e1be8198743189326970b32c96d Mon Sep 17 00:00:00 2001 From: davidgumberg Date: Fri, 18 Jan 2013 10:52:29 -0800 Subject: [PATCH] Typo fix (comment) /lib/base.php --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base.php b/lib/base.php index 1146ce74eb7..af6a1b8b85a 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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(); /** -- 2.39.5