From c123dc7de4d9dde46bd31dbf6211704f1b4bb82d Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Mon, 14 Apr 2014 10:15:31 +0200
Subject: [PATCH] Fix typo

Thanks @DeepDiver1975
---
 lib/base.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/base.php b/lib/base.php
index 5fb7b0b467..7098f480e2 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -215,7 +215,7 @@ class OC {
 
 	/*
 	* This function adds some security related headers to all requests served via base.php
-	* The implementation of this function as hto happen here to ensure that all third-party 
+	* The implementation of this function has to happen here to ensure that all third-party 
 	* components (e.g. SabreDAV) also benefit from this headers.
 	*/
 	public static function addSecurityHeaders() {
-- 
GitLab