summaryrefslogtreecommitdiff
path: root/idiorm.php
diff options
context:
space:
mode:
authorJamie Matthews <[email protected]>2010-09-20 12:32:31 +0100
committerJamie Matthews <[email protected]>2010-09-20 12:32:31 +0100
commit9f6a72e003d5500520def222e8bb6d5d51bdb0fb (patch)
tree3d205c04402358b3fdb6ca44a840ed4b5afa637a /idiorm.php
parent0496acbcbd652557c20356e0f71eecc921981950 (diff)
Fix typo
Diffstat (limited to 'idiorm.php')
-rw-r--r--idiorm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/idiorm.php b/idiorm.php
index 375ba17..f2b932b 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -448,7 +448,7 @@
return $this->_raw_query;
}
- // Build and return the full SELECT statment by concatenating
+ // Build and return the full SELECT statement by concatenating
// the results of calling each separate builder method.
return $this->_join_if_not_empty(" ", array(
$this->_build_select_start(),