diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php index b8ce9491a..32223708e 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -286,7 +286,7 @@ class CI_Table { // --------------------------------------------------------------------
/**
- * Clears the table arrays. Useful if multiple tables are beting generated
+ * Clears the table arrays. Useful if multiple tables are being generated
*
* @access public
* @return void
|