diff --git a/zathura/database-plain.c b/zathura/database-plain.c index 8b28383..7af68c1 100644 --- a/zathura/database-plain.c +++ b/zathura/database-plain.c @@ -895,7 +895,7 @@ zathura_plaindatabase_class_init(ZathuraPlainDatabaseClass* class) object_class->set_property = plain_set_property; g_object_class_install_property(object_class, PROP_PATH, - g_param_spec_string("path", "path", "path to directory where the bookmarks and history are locates", + g_param_spec_string("path", "path", "path to directory where the bookmarks and history are located", NULL, G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS)); }