Skip to content

Commit cd2e5b5

Browse files
authored
Merge pull request nextcloud#8365 from nextcloud/fix-phpdoc
Fix typo in PHPDoc
2 parents 01623d4 + 9cb2aaa commit cd2e5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/Controller/CheckSetupController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function __construct($AppName,
9595
}
9696

9797
/**
98-
* Checks if the ownCloud server can connect to the internet using HTTPS and HTTP
98+
* Checks if the server can connect to the internet using HTTPS and HTTP
9999
* @return bool
100100
*/
101101
private function isInternetConnectionWorking() {

0 commit comments

Comments
 (0)