From: tjhunt Date: Thu, 10 Aug 2006 15:44:52 +0000 (+0000) Subject: Typo in comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78b26f761c019c27a7864aa8d189bceb86ae6c32;p=moodle.git Typo in comment. --- diff --git a/lib/datalib.php b/lib/datalib.php index 33275196db..baf59a6c7a 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -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',