From 6f07122979293ab69d3601345c21fbc61c26b757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 22 Nov 2011 07:46:27 +0000 Subject: [PATCH] typo svn: r18481 --- 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 1091387c2..988c25566 100644 --- a/src/plugins/import/ImportGeneWeb.py +++ b/src/plugins/import/ImportGeneWeb.py @@ -588,7 +588,7 @@ class GeneWebParser(object): 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 - # gramps only supports one single date ore range. + # gramps only supports one single date or range. if tname and tname != "*": n = gen.lib.Note() n.set(tname)