From 199301eed913903fc669f051ccbbebc165b6b681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 22 Nov 2011 07:49:04 +0000 Subject: [PATCH] typo svn: r18483 --- src/plugins/import/ImportGeneWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/import/ImportGeneWeb.py b/src/plugins/import/ImportGeneWeb.py index 988c25566..51a382b36 100644 --- a/src/plugins/import/ImportGeneWeb.py +++ b/src/plugins/import/ImportGeneWeb.py @@ -587,7 +587,7 @@ class GeneWebParser(object): title = self.create_event( gen.lib.EventType.NOB_TITLE, ttitle, tstart, tplace) # TODO: Geneweb has a start date and an end date, and therefore - # supprts stuff like: FROM about 1955 TO between 1998 and 1999 + # supports stuff like: FROM about 1955 TO between 1998 and 1999 # gramps only supports one single date or range. if tname and tname != "*": n = gen.lib.Note()