summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-08-04 07:17:06 +0000
committerDennis Friis <peavey@placid.dk>2008-08-04 07:17:06 +0000
commitd828b8c752fc285b26a4521c0718df5cfdc06f9d (patch)
tree9b811f8214d315c43bbd54871bdd0bc7802c4b9c /src
parentab74313ac96b5259f17555085f1fdb9780cd387c (diff)
downloadmana-client-d828b8c752fc285b26a4521c0718df5cfdc06f9d.tar.gz
mana-client-d828b8c752fc285b26a4521c0718df5cfdc06f9d.tar.bz2
mana-client-d828b8c752fc285b26a4521c0718df5cfdc06f9d.tar.xz
mana-client-d828b8c752fc285b26a4521c0718df5cfdc06f9d.zip
Fix typo in updatehost reported by Jaxad.
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bc3d5449..25dbe127 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -159,7 +159,7 @@ void setUpdatesDir()
// If updatesHost is currently empty, fill it from config file
if (updateHost.empty()) {
updateHost =
- config.getValue("updatehost", "http://updates.thanaworld.org");
+ config.getValue("updatehost", "http://updates.themanaworld.org");
}
// Remove any trailing slash at the end of the update host