diff --git a/arraycontext/impl/pytato/__init__.py b/arraycontext/impl/pytato/__init__.py index 5ece78e9d1e8a6e0101759118e2a338fbd23eb6b..099738a9186e79dd6ebd4b01cdbfc42accdfc097 100644 --- a/arraycontext/impl/pytato/__init__.py +++ b/arraycontext/impl/pytato/__init__.py @@ -194,7 +194,7 @@ class _BasePytatoArrayContext(ArrayContext, abc.ABC): "to transform a translation unit. " "This is a no-op and will result in unoptimized C code for" "the requested optimization, all in a single statement." - "This will work, but is unlikely to be performatn." + "This will work, but is unlikely to be performant." f"Instead, subclass {type(self).__name__} and implement " "the specific transform logic required to transform the program " "for your package or application. Check higher-level packages "