summaryrefslogtreecommitdiff
path: root/idiorm.php
diff options
context:
space:
mode:
authorJamie Matthews <[email protected]>2010-10-25 21:07:33 +0100
committerJamie Matthews <[email protected]>2010-10-25 21:07:33 +0100
commit1bc68ad31d386602a902d2d3f66d47553bd14afa (patch)
treeb79d9ae23fded20a352e5e58cbcea90492969fed /idiorm.php
parentbb386a057c8f328254853545d2a33d3376e6501a (diff)
Fix typo in comment
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 6087705..2ee59c4 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -365,7 +365,7 @@
}
/**
- * Add a an alias for the main table to be used in SELECT queries
+ * Add an alias for the main table to be used in SELECT queries
*/
public function table_alias($alias) {
$this->_table_alias = $alias;