From 0ec74612dbfa706a0172564b2c930e35bd60086b Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 13 May 2021 17:58:11 +0200 Subject: [PATCH] Fix stupid typo (#7678) I was still thinking about 341d6ac660e590a129ae3e8681167aa1dae0075a I suppose. Hat tip to @yparitcher. --- plugins/coverimage.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/coverimage.koplugin/main.lua b/plugins/coverimage.koplugin/main.lua index fc596b347..319829f31 100644 --- a/plugins/coverimage.koplugin/main.lua +++ b/plugins/coverimage.koplugin/main.lua @@ -1,5 +1,5 @@ --[[-- -@module koplugin.wallabag +@module koplugin.coverimage Plugin for saving a cover image to a file and scaling it to fit the screen. ]]