From 5eec699eb1a81ef82879657b61731ea6a6441f11 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Mon, 11 Oct 2021 17:40:59 -0500
Subject: [PATCH] Fix typo in transform_loopy_program log message

---
 arraycontext/impl/pytato/compile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arraycontext/impl/pytato/compile.py b/arraycontext/impl/pytato/compile.py
index 9983d9f..a514c71 100644
--- a/arraycontext/impl/pytato/compile.py
+++ b/arraycontext/impl/pytato/compile.py
@@ -244,7 +244,7 @@ class LazilyCompilingFunctionCaller:
                                                cl_device=self.actx.queue.device)
             assert isinstance(pytato_program, BoundPyOpenCLProgram)
 
-        with ProcessLogger(logger, "transform_loopy_porgram"):
+        with ProcessLogger(logger, "transform_loopy_program"):
             pytato_program = (pytato_program
                               .with_transformed_program(self
                                                         .actx
-- 
GitLab