Skip to content
Snippets Groups Projects
Commit c62eb9d6 authored by Thomas Müller's avatar Thomas Müller
Browse files

owncloud -> ownCloud

parent 4e29a4d8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment