File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ def test_pow_number(ctx_factory: cl.CtxFactory):
462462# {{{ test_multiply
463463
464464def 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 )
You can’t perform that action at this time.
0 commit comments