Skip to content

Commit 4209180

Browse files
committed
Fix minor typos
1 parent 0068681 commit 4209180

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ Specified within the `imagify` key.
431431
: string, path to the folder where images should be output.
432432
Default `_imagify`.
433433

434-
`ligs-path`
434+
`libgs-path`
435435
: string, path to the Ghostscript library. Default nil.
436436
This is not the Ghostscript program, but its library. It's
437437
passed to `dvisvgm`. See [DvisvgmMan] for details.

example-pandoc/expected.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h1 class="title">Imagify Example</h1>
195195
placed the next bit within a dummy Div block.</p>
196196
<div class="arbitraryDiv">
197197
<p>The display formula below is not explicitly marked to be imagified.
198-
However, it will be imagified in the filter’s <code>scope</code> option
198+
However, it will be imagified if the filter’s <code>scope</code> option
199199
is set to <code>all</code>: <img
200200
src="/Users/julien/GitHub/imagify/_imagify_files/7ec773f044030097c522e097ba5e42ba72207263.svg"
201201
title="P = \frac{T}{V}" style="display:block; margin: .5em auto;" /></p>

src/file.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function writeToFile(contents, filepath, mode)
6565
f:write(contents)
6666
f:close()
6767
else
68-
return 'File not found'
68+
return 'File not writeable'
6969
end
7070
end
7171

0 commit comments

Comments
 (0)