diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-06-22 11:04:27 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2020-06-22 11:04:27 +0300 |
| commit | bde6d53127a19a28f191f19b5c8af42e3c9b2c13 (patch) | |
| tree | 24b649052102833ba0f1f0e01d924a93e7397b83 /lib | |
| parent | fb09d2af11593654de6c10fc56af1d52e783664c (diff) | |
fix typo in code comment
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/asciidoctor-epub3/converter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor-epub3/converter.rb b/lib/asciidoctor-epub3/converter.rb index 7300da3..3ff5a09 100644 --- a/lib/asciidoctor-epub3/converter.rb +++ b/lib/asciidoctor-epub3/converter.rb @@ -932,7 +932,7 @@ document.addEventListener('DOMContentLoaded', function(event, reader) { end if Asciidoctor::Helpers.uriish? target - # We need to add both local and remote media files to manifect + # We need to add both local and remote media files to manifest fs_path = nil else out_dir = node.attr('outdir', nil, true) || doc_option(node.document, :to_dir) |
