summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-04-14 10:15:31 +0200
committerLukas Reschke <lukas@statuscode.ch>2014-04-14 10:15:31 +0200
commitc123dc7de4d9dde46bd31dbf6211704f1b4bb82d (patch)
treecf7809ee1e8b32811850b1f83fd1337d0053221e /lib
parent387d46cb988ba2e617de9ede0ff6fb8430e59758 (diff)
downloadnextcloud-server-c123dc7de4d9dde46bd31dbf6211704f1b4bb82d.tar.gz
nextcloud-server-c123dc7de4d9dde46bd31dbf6211704f1b4bb82d.zip
Fix typo
Thanks @DeepDiver1975
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 5fb7b0b4675..7098f480e27 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() {