diff --git a/README.md b/README.md index 50f574d..d94b201 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,4 @@ Github users who have at least one patch accepted to TTFunk. TTFunk is maintained as a dependency of Prawn, the ruby PDF generation library. Any questions or feedback should be sent to the [Prawn -Diccussions](https://github.com/orgs/prawnpdf/discussions) group. +Discussions](https://github.com/orgs/prawnpdf/discussions) group. diff --git a/lib/ttfunk/sub_table.rb b/lib/ttfunk/sub_table.rb index 9d1539c..a2c0e8e 100644 --- a/lib/ttfunk/sub_table.rb +++ b/lib/ttfunk/sub_table.rb @@ -19,7 +19,7 @@ class EOTError < StandardError # @return [Integer] attr_reader :table_offset - # This sub-table's length in byes. + # This sub-table's length in bytes. # @return [Integer, nil] attr_reader :length diff --git a/lib/ttfunk/table.rb b/lib/ttfunk/table.rb index ac43629..3a6a7a7 100644 --- a/lib/ttfunk/table.rb +++ b/lib/ttfunk/table.rb @@ -15,7 +15,7 @@ class Table # @return [Integer] attr_reader :offset - # This table's length in byes. + # This table's length in bytes. # @return [Integer, nil] attr_reader :length