Skip to content

Commit 041fa5d

Browse files
kaushikcfdinducer
authored andcommitted
Fix typos
1 parent 40d293c commit 041fa5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyopencl/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ def pytest_generate_tests_for_pyopencl(metafunc: pytest.Metafunc) -> None:
772772
functions, and they will automatically be run for each OpenCL device/platform
773773
in the system, as appropriate.
774774
775-
The following two environment variabls is also supported to control
775+
The following two environment variables is also supported to control
776776
device/platform choice::
777777
778778
PYOPENCL_TEST=0:0,1;intel=i5,i7

test/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def test_pow_number(ctx_factory: cl.CtxFactory):
462462
# {{{ test_multiply
463463

464464
def test_multiply(ctx_factory: cl.CtxFactory):
465-
"""Test the muliplication of an array with a scalar. """
465+
"""Test the multiplication of an array with a scalar. """
466466

467467
context = ctx_factory()
468468
queue = cl.CommandQueue(context)

0 commit comments

Comments
 (0)