aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc-lua-engine/src')
-rw-r--r--pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs
index 3b2465ccc..cf9f8e55d 100644
--- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs
+++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs
@@ -75,7 +75,7 @@ size = defun "size"
, "throws an error if the given string is not an image, or if the size"
, "of the image cannot be determined."
, ""
- , "The resulting table has four entires: *width*, *height*, *dpi\\_horz*,"
+ , "The resulting table has four entries: *width*, *height*, *dpi\\_horz*,"
, "and *dpi\\_vert*."
, ""
, "The `opts` parameter, when given, should be either a WriterOptions"