From 824cec391076adc0393fc05797e4d26472563644 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 26 Mar 2007 07:49:46 -0400 Subject: [PATCH] Fix typo in Server config section name --- shell/intro/intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/intro/intro.py b/shell/intro/intro.py index 5b45ec29..fefb0fc0 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')