aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-11 19:46:24 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-11 19:46:24 +0000
commitea60659b650a4de624215f5df8b8aa8fb4ff3093 (patch)
tree0f7ce4225216281ab002e23a0923b71ce8328374 /actions
parent239691e4507756985f6d54c002df7d8772e790c4 (diff)
downloadelgg-ea60659b650a4de624215f5df8b8aa8fb4ff3093.tar.gz
elgg-ea60659b650a4de624215f5df8b8aa8fb4ff3093.tar.bz2
Fixed a typo.
git-svn-id: http://code.elgg.org/elgg/trunk@6002 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r--actions/systemsettings/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index 3516a2ff2..3b841caf9 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -2,7 +2,7 @@
/**
* Elgg install site action
*
- * Creates a nwe site and sets it as the default
+ * Creates a new site and sets it as the default
*
* @package Elgg
* @subpackage Core