From 213fbf07c2529d9823854191f182c6e200361e06 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Tue, 1 Sep 2020 09:17:00 +0200 Subject: [PATCH] Fix typo --- zathura/database-plain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }