Skip to content

Commit 8a88d4b

Browse files
committed
Fix typo
1 parent 31770a2 commit 8a88d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/processes/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_username():
3939

4040

4141
def find_ancestor(pid=None, username=None):
42-
'''Find the anceestor of the process with ID pid thatis owned by the user with
42+
'''Find the ancestor of the process with ID pid thatis owned by the user with
4343
the given user name'''
4444
if pid is not None and not psutil.pid_exists(pid):
4545
raise ValueError(f'PID {pid} does not exist')

0 commit comments

Comments
 (0)