From: Evan Prodromou Date: Tue, 24 Jun 2008 03:08:34 +0000 (-0400) Subject: typo in name of common_set_cookie X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b26316589cd8cba7e3243035522ebe414a58dc0c;p=quix0rs-gnu-social.git typo in name of common_set_cookie darcs-hash:20080624030834-34904-6efc827f64aebc23a1d2f3602c562fff69b9a0df.gz --- 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');