typo in name of common_set_cookie

darcs-hash:20080624030834-34904-6efc827f64aebc23a1d2f3602c562fff69b9a0df.gz
This commit is contained in:
Evan Prodromou 2008-06-23 23:08:34 -04:00
parent 97b016387b
commit b26316589c
1 changed files with 1 additions and 1 deletions

View File

@ -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');