Merge pull request #8365 from nextcloud/fix-phpdoc

Fix typo in PHPDoc
This commit is contained in:
Morris Jobke 2018-02-15 10:35:24 +01:00 committed by GitHub
commit cd2e5b549c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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