]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-141464: a typo in profiling sampling when can not run warning in linux (#141465)
authoryihong <zouzou0208@gmail.com>
Wed, 12 Nov 2025 12:45:43 +0000 (20:45 +0800)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 12:45:43 +0000 (14:45 +0200)
Lib/profiling/sampling/__main__.py

index a76ca62e2cda504e41b50c8a884a5dc4fc61b2af..cd1425b8b9c7d30f254f158d630ac94b2244fa23 100644 (file)
@@ -15,7 +15,7 @@ Tachyon needs elevated permissions to profile processes. Try one of these soluti
 """
 
 LINUX_PERMISSION_ERROR = """
-🔒 Tachyon was unable to acess process memory. This could be because tachyon
+🔒 Tachyon was unable to access process memory. This could be because tachyon
 has insufficient privileges (the required capability is CAP_SYS_PTRACE).
 Unprivileged processes cannot trace processes that they cannot send signals
 to or those running set-user-ID/set-group-ID programs, for security reasons.