owncloud -> ownCloud

This commit is contained in:
Thomas Müller 2015-02-25 12:36:05 +01:00
parent 4e29a4d867
commit c62eb9d652
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ class Db implements IDb {
}
/**
* 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
@ -69,7 +69,7 @@ class Db implements IDb {
}
/**
* 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

View File

@ -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