diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-11 19:46:24 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-11 19:46:24 +0000 |
commit | ea60659b650a4de624215f5df8b8aa8fb4ff3093 (patch) | |
tree | 0f7ce4225216281ab002e23a0923b71ce8328374 /actions/systemsettings/install.php | |
parent | 239691e4507756985f6d54c002df7d8772e790c4 (diff) | |
download | elgg-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/systemsettings/install.php')
-rw-r--r-- | actions/systemsettings/install.php | 2 |
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 |