JuliaIO / Tar.jl

TAR files: create, list, extract them in pure Julia
MIT License
79 stars 19 forks source link

Correct some typos #159

Closed goggle closed 1 year ago

goggle commented 1 year ago

Corrects some typos in the repository.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -1.12% :warning:

Comparison is base (a82ddde) 97.28% compared to head (e891935) 96.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #159 +/- ## ========================================== - Coverage 97.28% 96.17% -1.12% ========================================== Files 4 4 Lines 810 810 ========================================== - Hits 788 779 -9 - Misses 22 31 +9 ``` | [Files Changed](https://app.codecov.io/gh/JuliaIO/Tar.jl/pull/159?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/Tar.jl](https://app.codecov.io/gh/JuliaIO/Tar.jl/pull/159?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL1Rhci5qbA==) | `91.34% <ø> (ø)` | | | [src/header.jl](https://app.codecov.io/gh/JuliaIO/Tar.jl/pull/159?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2hlYWRlci5qbA==) | `92.00% <ø> (-1.34%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/JuliaIO/Tar.jl/pull/159/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

StefanKarpinski commented 1 year ago

Don't know how I didn't see this. Thank you!