From b26316589cd8cba7e3243035522ebe414a58dc0c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 23 Jun 2008 23:08:34 -0400 Subject: [PATCH] typo in name of common_set_cookie darcs-hash:20080624030834-34904-6efc827f64aebc23a1d2f3602c562fff69b9a0df.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index c89588acff..416f02395d 100644 --- a/lib/util.php +++ b/lib/util.php @@ -431,7 +431,7 @@ function common_set_user($nickname) { return false; } -function commmon_set_cookie($key, $value, $expiration=0) { +function common_set_cookie($key, $value, $expiration=0) { $path = common_config('site', 'path'); $server = common_config('site', 'server');