From 850bfc0a35bfb0dbfcb9ba4d7eb859f35224bc07 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 15:41:33 -0400 Subject: [PATCH] fix typo in common_date_string darcs-hash:20080517194133-84dde-7fc79724a9036b6d98c44c3369aac6a5a3ee931f.gz --- lib/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.php b/lib/common.php index 425fbccb4f..fbe90e0306 100644 --- a/lib/common.php +++ b/lib/common.php @@ -291,7 +291,7 @@ function common_local_url($action, $args=NULL) { return "http://".$config['site']['server'].'/'.$pathpart."index.php?action=${action}${extra}"; } -function commmon_date_string($dt) { +function common_date_string($dt) { // XXX: do some sexy date formatting return date(DATE_RFC822); }