From c62eb9d6521f7671a4f75ad86ad4b563a82cfc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu> Date: Wed, 25 Feb 2015 12:36:05 +0100 Subject: [PATCH] owncloud -> ownCloud --- lib/private/appframework/db/db.php | 4 ++-- lib/public/idbconnection.php | 2 +- 2 files changed, 3 insertions(+), 3 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 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 -- GitLab