spelling: unsupported

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 23:09:56 -05:00
parent 381712a8af
commit c373f86b66

View File

@ -155,7 +155,7 @@ array load(std::shared_ptr<io::Reader> in_stream, StreamOrDevice s) {
// Read and check version // Read and check version
if (read_magic_and_ver[6] != 1 && read_magic_and_ver[6] != 2) { if (read_magic_and_ver[6] != 1 && read_magic_and_ver[6] != 2) {
throw std::runtime_error( throw std::runtime_error(
"[load] Unsupport npy format version in " + in_stream->label()); "[load] Unsupported npy format version in " + in_stream->label());
} }
// Read header len and header // Read header len and header