Skip to content

Commit f963864

Browse files
authored
pythongh-141464: a typo in profiling sampling when can not run warning in linux (python#141465)
1 parent e202673 commit f963864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/profiling/sampling/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""
1616

1717
LINUX_PERMISSION_ERROR = """
18-
🔒 Tachyon was unable to acess process memory. This could be because tachyon
18+
🔒 Tachyon was unable to access process memory. This could be because tachyon
1919
has insufficient privileges (the required capability is CAP_SYS_PTRACE).
2020
Unprivileged processes cannot trace processes that they cannot send signals
2121
to or those running set-user-ID/set-group-ID programs, for security reasons.

0 commit comments

Comments
 (0)