Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-03-26 11:49:46 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-03-26 11:49:46 (GMT)
commit824cec391076adc0393fc05797e4d26472563644 (patch)
tree823d5eb7f93f6dc54f5ca9e2217a1aa9695c70d5 /shell
parentad23ceac8dea78801cde836a25bd00614ef69658 (diff)
Fix typo in Server config section name
Diffstat (limited to 'shell')
-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')