diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-04-10 23:53:38 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-04-10 23:53:38 +0200 |
commit | 0e254f16f26387e8f8feb0668c1d06a5fe97fa99 (patch) | |
tree | de57444cfaf74f9f593a098c3a6062f4571f6a65 /system/libraries | |
parent | b8f3504b218f96c63ae6943476b6fcbdd31df21c (diff) |
typo fix
Diffstat (limited to 'system/libraries')
-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
|