diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-25 12:36:05 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-25 22:21:24 +0100 |
commit | c62eb9d6521f7671a4f75ad86ad4b563a82cfc13 (patch) | |
tree | fc882e116fae1aad811d388643fe708cabf5be93 /lib/public/idbconnection.php | |
parent | 4e29a4d867e8fca0d2c41c00b4c2b23b32d6f6af (diff) | |
download | nextcloud-server-c62eb9d6521f7671a4f75ad86ad4b563a82cfc13.tar.gz nextcloud-server-c62eb9d6521f7671a4f75ad86ad4b563a82cfc13.zip |
owncloud -> ownCloud
Diffstat (limited to 'lib/public/idbconnection.php')
-rw-r--r-- | lib/public/idbconnection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/idbconnection.php b/lib/public/idbconnection.php index 81d34094a80..7249f6148c1 100644 --- a/lib/public/idbconnection.php +++ b/lib/public/idbconnection.php @@ -31,7 +31,7 @@ namespace OCP; */ interface IDBConnection { /** - * Used to abstract the owncloud database access away + * Used to abstract the ownCloud database access away * @param string $sql the sql query with ? placeholder for params * @param int $limit the maximum number of rows * @param int $offset from which row we want to start |