From 826b14e36bdf0b708194629da647ec61970e35b7 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Tue, 27 May 2014 21:02:55 +0200
Subject: [PATCH] Fix typo

---
 lib/private/log/owncloud.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/log/owncloud.php b/lib/private/log/owncloud.php
index 36521776947..e1547d5b011 100644
--- a/lib/private/log/owncloud.php
+++ b/lib/private/log/owncloud.php
@@ -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)) {
-- 
GitLab