Skip to content

Commit 99bc335

Browse files
author
Diptorup Deb
committed
Fix spelling typo.
1 parent 0cba9c5 commit 99bc335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_sycl_device.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cdef class _SyclDevice:
7676
""" Print information about the SYCL device.
7777
"""
7878
warnings.warn(
79-
"WARNING: dump_device_info is depracated and will be removed in "
79+
"WARNING: dump_device_info is deprecated and will be removed in "
8080
"a future release of dpctl. Use print_device_info instead."
8181
)
8282
DPCTLDeviceMgr_PrintDeviceInfo(self._device_ref)

0 commit comments

Comments
 (0)