From: davidgumberg Date: Fri, 18 Jan 2013 18:52:29 +0000 (-0800) Subject: Typo fix (comment) /lib/base.php X-Git-Tag: v5.0.0alpha1~222^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=487e4013612e5e1be8198743189326970b32c96d;p=nextcloud-server.git Typo fix (comment) /lib/base.php --- 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(); /**