diff --git a/gramps2/src/GrampsDb/_GrampsBSDDB.py b/gramps2/src/GrampsDb/_GrampsBSDDB.py index fe578257a..6d8c6d23e 100644 --- a/gramps2/src/GrampsDb/_GrampsBSDDB.py +++ b/gramps2/src/GrampsDb/_GrampsBSDDB.py @@ -1211,7 +1211,7 @@ class GrampsBSDDB(GrampsDbBase): note_text = event.get_note() + "\n" + \ _("Witness name: %s") % witness.val if witness.comment: - note_text += "\n" + _("Wittness comment: %s") \ + note_text += "\n" + _("Witness comment: %s") \ % witness.comment event.set_note(note_text) elif witness.type == 1: # witness ID recorded