From c373f86b661ca9aeafe6add865c098e777473243 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:09:56 -0500 Subject: [PATCH] spelling: unsupported Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- mlx/io/load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx/io/load.cpp b/mlx/io/load.cpp index 856cf17a2..74e0784f8 100644 --- a/mlx/io/load.cpp +++ b/mlx/io/load.cpp @@ -155,7 +155,7 @@ array load(std::shared_ptr in_stream, StreamOrDevice s) { // Read and check version if (read_magic_and_ver[6] != 1 && read_magic_and_ver[6] != 2) { 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