Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/intro/intro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/intro/intro.py b/shell/intro/intro.py
index 5b45ec2..fefb0fc 100644
--- a/shell/intro/intro.py
+++ b/shell/intro/intro.py
@@ -300,7 +300,7 @@ class IntroWindow(gtk.Window):
cp.set(section, 'NickName', name)
cp.set(section, 'Color', color.to_string())
- secion = 'Server'
+ section = 'Server'
if not cp.has_section(section):
cp.add_section(section)
cp.set(section, 'Server', 'olpc.collabora.co.uk')