]> source.dussan.org Git - nextcloud-server.git/commitdiff
owncloud -> ownCloud
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 25 Feb 2015 11:36:05 +0000 (12:36 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 25 Feb 2015 21:21:24 +0000 (22:21 +0100)
lib/private/appframework/db/db.php
lib/public/idbconnection.php

index 970a3ff0688190e28373749fc7d3587e80840253..da3e3a9c1ceba263054546790e03cf49ce2e30d1 100644 (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
index 81d34094a80ee6aaeca3775e18a564709c105a45..7249f6148c1b0ca0377dbdfcf7adcb6bae04977d 100644 (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