diff options
Diffstat (limited to 'lib/public/IDBConnection.php')
-rw-r--r-- | lib/public/IDBConnection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IDBConnection.php b/lib/public/IDBConnection.php index 026e79c3776..b3e7d697017 100644 --- a/lib/public/IDBConnection.php +++ b/lib/public/IDBConnection.php @@ -74,7 +74,7 @@ interface IDBConnection { public function getQueryBuilder(); /** - * Used to abstract the ownCloud database access away + * Used to abstract the Nextcloud database access away * @param string $sql the sql query with ? placeholder for params * @param int|null $limit the maximum number of rows * @param int|null $offset from which row we want to start |