Skip to content
Snippets Groups Projects
Commit c123dc7d authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Fix typo

Thanks @DeepDiver1975
parent 387d46cb
Branches
No related tags found
No related merge requests found
...@@ -215,7 +215,7 @@ class OC { ...@@ -215,7 +215,7 @@ class OC {
/* /*
* This function adds some security related headers to all requests served via base.php * 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. * components (e.g. SabreDAV) also benefit from this headers.
*/ */
public static function addSecurityHeaders() { public static function addSecurityHeaders() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment