]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix typo in common_date_string
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:41:33 +0000 (15:41 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:41:33 +0000 (15:41 -0400)
darcs-hash:20080517194133-84dde-7fc79724a9036b6d98c44c3369aac6a5a3ee931f.gz

lib/common.php

index 425fbccb4fcf67cb722abc38c81f567d2ad5513b..fbe90e030674e38810a6d1e8896642d7765c5c52 100644 (file)
@@ -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);
 }