Fix typo in PHPDoc

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-02-15 10:21:31 +01:00
parent 3fc6d6234e
commit 9cb2aaa596
No known key found for this signature in database
GPG key ID: FE03C3A163FEDE68

View file

@ -96,7 +96,7 @@ class CheckSetupController extends Controller {
}
/**
* Checks if the ownCloud server can connect to the internet using HTTPS and HTTP
* Checks if the server can connect to the internet using HTTPS and HTTP
* @return bool
*/
private function isInternetConnectionWorking() {