Skip to content

Commit c41ca82

Browse files
authored
Fix typo (#257)
1 parent 37e6125 commit c41ca82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gramps_webapi/dbmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _get_path(self) -> str:
5353
path = dbman.get_family_tree_path(self.name)
5454
if path is None:
5555
raise ValueError(
56-
"Database path for family tree '{}' not found in databse directory {}".format(
56+
"Database path for family tree '{}' not found in database directory {}".format(
5757
self.name, config.get("database.path")
5858
)
5959
)

0 commit comments

Comments
 (0)