aboutsummaryrefslogtreecommitdiffstats
path: root/lib/db.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-12-08 20:04:56 +0100
committerBart Visscher <bartv@thisnet.nl>2011-12-08 20:05:12 +0100
commiteeaf539a4414e3081b6f6652167363a3221a1973 (patch)
tree0616110c205df731c542ea600db369d842a99f9c /lib/db.php
parentd4546cdf37bced97d447b5170202cbd61c39d3be (diff)
downloadnextcloud-server-eeaf539a4414e3081b6f6652167363a3221a1973.tar.gz
nextcloud-server-eeaf539a4414e3081b6f6652167363a3221a1973.zip
Gallery: splitout model code
Diffstat (limited to 'lib/db.php')
-rw-r--r--lib/db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.php b/lib/db.php
index c059f5ab336..bcfe320665f 100644
--- a/lib/db.php
+++ b/lib/db.php
@@ -492,7 +492,7 @@ class PDOStatementWrapper{
}
/**
- * make exucute return the result instead of a bool
+ * make execute return the result instead of a bool
*/
public function execute($input=array()){
$this->lastArguments=$input;