From 78b26f761c019c27a7864aa8d189bceb86ae6c32 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 10 Aug 2006 15:44:52 +0000 Subject: [PATCH] Typo in comment. --- lib/datalib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5