From 824cec391076adc0393fc05797e4d26472563644 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 26 Mar 2007 11:49:46 +0000 Subject: Fix typo in Server config section name --- (limited to 'shell') 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') -- cgit v0.9.1