From 542e2ce6b4b064a7551b3d93f1432b41d5af6680 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Mon, 27 Jan 2025 17:39:46 -0600 Subject: [PATCH] fix spelling --- src/coffea/nanoevents/methods/physlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coffea/nanoevents/methods/physlite.py b/src/coffea/nanoevents/methods/physlite.py index de20ad0ae..6340b12ec 100644 --- a/src/coffea/nanoevents/methods/physlite.py +++ b/src/coffea/nanoevents/methods/physlite.py @@ -41,7 +41,7 @@ def _element_link(target_collection, eventindex, index, key): eventindex, dask_awkward.Array ): raise ValueError( - "element linking must be done on two dask_awkward arrays or two akward arrays not a mix of the two" + "element linking must be done on two dask_awkward arrays or two awkward arrays not a mix of the two" ) global_index = _get_global_index(target_collection, eventindex, index)