]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo
authorLukas Reschke <lukas@statuscode.ch>
Mon, 14 Apr 2014 08:15:31 +0000 (10:15 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 14 Apr 2014 08:15:31 +0000 (10:15 +0200)
Thanks @DeepDiver1975

lib/base.php

index 5fb7b0b46759b17f59f66262c8be689fe90d778c..7098f480e27d9ce8ca9e00f25717bf8bf7c2bad8 100644 (file)
@@ -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() {