]> git.mjollnir.org Git - moodle.git/commitdiff
Typo in comment.
authortjhunt <tjhunt>
Thu, 10 Aug 2006 15:44:52 +0000 (15:44 +0000)
committertjhunt <tjhunt>
Thu, 10 Aug 2006 15:44:52 +0000 (15:44 +0000)
lib/datalib.php

index 33275196dbe968bc7fccc72c492b250f7bf7f9a5..baf59a6c7a10aa0ec376691f595c6c53754646cb 100644 (file)
@@ -222,7 +222,7 @@ function modify_database($sqlfile='', $sqlstring='') {
  * @param string $null 'not null', or '' to allow nulls.
  * @param string $after Which column to insert this one after. Not supported on Postgres.
  * 
- * @return boolean Wheter the operation succeeded.
+ * @return boolean Whether the operation succeeded.
  */
 
 function table_column($table, $oldfield, $field, $type='integer', $size='10',