Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ollietulloch committed Apr 10, 2024
1 parent e37a0d3 commit 3185887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ndr_import/file/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def files
end

# This method iterates over the tables in the given file and yields with three arguments:
# a tablename, a row enumerator (for that table) and any file metdata.
# a tablename, a row enumerator (for that table) and any file metadata.
# For a spreadsheet it may yield for every worksheet in the file and for a CSV file it
# will only yield once (the entire file is one table).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_import/file/xml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def prepare_slurped_file
def prepare_streamed_file
with_encoding_check(@filename) do |stream, encoding|
@stream = stream
@encosing = encoding
@encoding = encoding
end
stream_metadata_values
end
Expand Down

0 comments on commit 3185887

Please sign in to comment.