From 791531275835a3cff14594901b0f6b8a2de90cd3 Mon Sep 17 00:00:00 2001 From: Geoffrey Yu Date: Tue, 23 Apr 2024 23:43:18 -0400 Subject: [PATCH] Fix typo --- cpp/server/python_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/server/python_utils.h b/cpp/server/python_utils.h index c3e47f6d..e1809cdc 100644 --- a/cpp/server/python_utils.h +++ b/cpp/server/python_utils.h @@ -7,7 +7,7 @@ namespace brad { // Converts a `brad.connection.schema.Schema` Python object into an -// `arrow::Schema`. The passed in `schema` must be an instsance of +// `arrow::Schema`. The passed in `schema` must be an instance of // `brad.connection.schema.Schema`. // // NOTE: The GIL must be held while running this function.