summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-11 15:12:13 -0800
committerEvan Prodromou <evan@status.net>2010-01-11 15:12:13 -0800
commit57ac912519d861c7764af4eabbc8e07b10e0b6e7 (patch)
tree835f82d02c687cc3e303f836a859e0f1e5d0db3c /plugins
parent6ef70bf5d9f89cc9bbc6cce3e26fe25ab641567d (diff)
parentf397d355276c57941617049808ff59a5f2538beb (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'plugins')
-rw-r--r--plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php b/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php
index bae6c529d..c59fcca89 100644
--- a/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php
+++ b/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php
@@ -57,7 +57,7 @@ class PoweredByStatusNetPlugin extends Plugin
{
$versions[] = array('name' => 'PoweredByStatusNet',
'version' => STATUSNET_VERSION,
- 'author' => 'Sarven Capdaisli',
+ 'author' => 'Sarven Capadisli',
'homepage' => 'http://status.net/wiki/Plugin:PoweredByStatusNet',
'rawdescription' =>
_m('Outputs powered by <a href="http://status.net/">StatusNet</a> after site name.'));