diff options
Diffstat (limited to 'lib/private/appframework/db/db.php')
-rw-r--r-- | lib/private/appframework/db/db.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/appframework/db/db.php b/lib/private/appframework/db/db.php index 970a3ff0688..da3e3a9c1ce 100644 --- a/lib/private/appframework/db/db.php +++ b/lib/private/appframework/db/db.php @@ -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 |