Merge pull request #8365 from nextcloud/fix-phpdoc

Fix typo in PHPDoc
pull/8376/head
Morris Jobke 8 years ago committed by GitHub
commit cd2e5b549c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      settings/Controller/CheckSetupController.php

@ -95,7 +95,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