diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-04-14 10:15:31 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-04-14 10:15:31 +0200 |
commit | c123dc7de4d9dde46bd31dbf6211704f1b4bb82d (patch) | |
tree | cf7809ee1e8b32811850b1f83fd1337d0053221e /lib | |
parent | 387d46cb988ba2e617de9ede0ff6fb8430e59758 (diff) | |
download | nextcloud-server-c123dc7de4d9dde46bd31dbf6211704f1b4bb82d.tar.gz nextcloud-server-c123dc7de4d9dde46bd31dbf6211704f1b4bb82d.zip |
Fix typo
Thanks @DeepDiver1975
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 2 |
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() { |