]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo
authorLukas Reschke <lukas@statuscode.ch>
Tue, 27 May 2014 19:02:55 +0000 (21:02 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 4 Jun 2014 05:55:45 +0000 (07:55 +0200)
lib/private/log/owncloud.php

index 36521776947ac0e4c254c98f3101f18e656618f3..e1547d5b01165245173095cb33ee081211f5a43b 100644 (file)
@@ -69,7 +69,7 @@ class OC_Log_Owncloud {
                                $timezone = new DateTimeZone('UTC');
                        }
                        $time = new DateTime(null, $timezone);
-                       // remove username/passswords from URLs before writing the to the log file
+                       // remove username/passwords from URLs before writing the to the log file
                        $time = $time->format($format);
                        if($minLevel == OC_Log::DEBUG) {
                                if(empty(self::$reqId)) {