From a0d5ba116750bf78ca349ec1f3c9560aa12c3261 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Mon, 8 Jul 2013 21:13:23 +0200
Subject: [PATCH] fix typo

---
 lib/updater.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/updater.php b/lib/updater.php
index 5a9f499f91..df7332a96a 100644
--- a/lib/updater.php
+++ b/lib/updater.php
@@ -10,7 +10,7 @@ namespace OC;
 use OC\Hooks\BasicEmitter;
 
 /**
- * Class that handels autoupdating of ownCloud
+ * Class that handles autoupdating of ownCloud
  *
  * Hooks provided in scope \OC\Updater
  *  - maintenanceStart()
@@ -52,7 +52,7 @@ class Updater extends BasicEmitter {
 		if (\OC_Appconfig::getValue('core', 'installedat', '') == '') {
 			\OC_Appconfig::setValue('core', 'installedat', microtime(true));
 		}
-;
+
 		$version = \OC_Util::getVersion();
 		$version['installed'] = \OC_Appconfig::getValue('core', 'installedat');
 		$version['updated'] = \OC_Appconfig::getValue('core', 'lastupdatedat');
-- 
GitLab