Fix typos, owncloud -> ownCloud

This commit is contained in:
Christian Weiske
2014-02-11 21:04:20 +01:00
parent fa6b4c1144
commit f86938dad1
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ use \OC_DB;
/**
* Base class for external auth implementations that stores users
* on their first login in a local table.
* This is required for making many of the user-related owncloud functions
* This is required for making many of the user-related ownCloud functions
* work, including sharing files with them.
*
* @category Apps
@@ -66,7 +66,7 @@ abstract class Base extends \OC_User_Backend{
/**
* Get a list of all display names and user ids.
*
* @return array with all displayNames (value) and the correspondig uids (key)
* @return array with all displayNames (value) and the corresponding uids (key)
*/
public function getDisplayNames($search = '', $limit = null, $offset = null) {
$displayNames = array();