From f86938dad1eb4b572e77bf16c6f3c86626e3500c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 11 Feb 2014 21:04:20 +0100 Subject: [PATCH] Fix typos, owncloud -> ownCloud --- README.md | 6 +++--- lib/base.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8bbda01..fddb48b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If something does not work, check the log file at `owncloud/data/owncloud.log`. FTP --- -Authenticate owncloud users against a FTP server. +Authenticate ownCloud users against a FTP server. ### Configuration @@ -55,8 +55,8 @@ needs to be activated. IMAP ---- -Authenticate owncloud users against an IMAP server. -IMAP user and password need to be given for the owncloud login +Authenticate ownCloud users against an IMAP server. +IMAP user and password need to be given for the ownCloud login ### Configuration diff --git a/lib/base.php b/lib/base.php index b56bd73..371efa4 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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();