From 80b5b1c3a77fca3b8ee0ab65c1314733a0bed6e2 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 19 Jan 2024 16:57:38 +0100 Subject: [PATCH] Fix typo. --- include/library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/library.h b/include/library.h index afbdea129..2173160fa 100644 --- a/include/library.h +++ b/include/library.h @@ -255,7 +255,7 @@ class Library: public std::enable_shared_from_this void addBookmark(const Bookmark& bookmark); /** - * Remove a bookmarkk + * Remove a bookmark * * @param zimId The zimId of the bookmark. * @param url The url of the bookmark.