Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-02-12 00:04:20 +0400
committerChristian Weiske <cweiske@cweiske.de>2014-02-12 00:05:38 +0400
commit5393278c7e72308cf0d2eaaac2d3315715fc1dff (patch)
treea948d79805352d0f368849003781d0a4af9cc60c /user_external
parent784413f9af131fbd318a36085cd8f01120a67581 (diff)
Fix typos, owncloud -> ownCloud
Diffstat (limited to 'user_external')
-rw-r--r--user_external/README.md6
-rw-r--r--user_external/lib/base.php4
2 files changed, 5 insertions, 5 deletions
diff --git a/user_external/README.md b/user_external/README.md
index 8bbda0168..fddb48b62 100644
--- a/user_external/README.md
+++ b/user_external/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/user_external/lib/base.php b/user_external/lib/base.php
index b56bd73ba..371efa46a 100644
--- a/user_external/lib/base.php
+++ b/user_external/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();