Fix typo in PHPDoc

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/8365/head
Morris Jobke 8 years ago
parent 3fc6d6234e
commit 9cb2aaa596
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 2
      settings/Controller/CheckSetupController.php

@ -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() {

Loading…
Cancel
Save