Skip to content

Commit 8ad9549

Browse files
authored
Merge pull request #89 from languitar/bugfix/typos
Fix typos in comments
2 parents 32b997f + 928ce21 commit 8ad9549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/asciidoctor-bibtex/extensions.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
module AsciidoctorBibtex
1414
module Asciidoctor
1515
# Placeholder paragraph for the bibliography paragraph. Choose a uuid so
16-
# that it is a special word unlikeky to conflict with normal texts.
16+
# that it is a special word unlikely to conflict with normal texts.
1717
BibliographyBlockMacroPlaceholder = %(a5d42deb-3cfc-4293-b96a-fcb47316ce56)
1818

1919
# BibliographyBlockMacro
@@ -32,7 +32,7 @@ class BibliographyBlockMacro < ::Asciidoctor::Extensions::BlockMacroProcessor
3232

3333
def process(parent, target, attrs)
3434
# NOTE: bibtex-file and bibtex-style set by this macro shall be
35-
# overridable by document attributes and commandline arguments. So we
35+
# overridable by document attributes and command line arguments. So we
3636
# respect the convention here.
3737
if target && (!parent.document.attr? 'bibtex-file')
3838
parent.document.set_attribute 'bibtex-file', target
@@ -53,7 +53,7 @@ def process(parent, target, attrs)
5353
#
5454
# This processor scans the document, generates a list of citations, replaces
5555
# each citation with citation text and the reference block macro placeholder
56-
# with the final bibliography list. It relys on the block macro processor to
56+
# with the final bibliography list. It relies on the block macro processor to
5757
# generate the place holder.
5858
#
5959
# NOTE: According to the asiidoctor extension policy, the tree processor can

0 commit comments

Comments
 (0)