# HG changeset patch
# User greg
# Date 1207316523 -7200
# Node ID 09923f7ee87e5db9f87190b74b7574834819a8b9
# Parent  3a6ebb01760a08e62beaac9536b36d110dd8728c
fixed typo in svgui.py

diff -r 3a6ebb01760a -r 09923f7ee87e plugins/svgui/svgui.py
--- a/plugins/svgui/svgui.py	Thu Apr 03 18:26:40 2008 +0200
+++ b/plugins/svgui/svgui.py	Fri Apr 04 15:42:03 2008 +0200
@@ -166,7 +166,7 @@
         {"bitmap" : os.path.join("images","ImportDEF"),
          "name" : "Import XML",
          "tooltip" : "Import XML",
-         "method" : "_InportXML"},
+         "method" : "_ImportXML"},
     ]
     
     def OnPlugSave(self):