From 7717d7691eb4acbf679d5f9de896db1dc4f101de Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sat, 23 Apr 2016 23:58:50 +0200 Subject: [PATCH] Fix typo --- zathura/database.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/database.h b/zathura/database.h index 8a5140b..eb72364 100644 --- a/zathura/database.h +++ b/zathura/database.h @@ -36,7 +36,7 @@ struct _ZathuraDatabaseInterface { GTypeInterface parent_iface; - /* interface methords */ + /* interface methods */ bool (*add_bookmark)(ZathuraDatabase* db, const char* file, zathura_bookmark_t* bookmark); bool (*remove_bookmark)(ZathuraDatabase* db, const char* file, const char* id);