JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
280 stars 71 forks source link

Fix typo in error msg of MAT_HDF5.jl/matopen #189

Closed JovisFilius closed 1 year ago

JovisFilius commented 1 year ago

Upon attempting to append to a read-only file, an error saying that it "cannot append to a write-only file" is returned. Presumably, the intended message was that appending to a READ-only file is not possible.