From 8af908d4f79c7e16141cf522b7f8e85a5de69248 Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Thu, 5 Mar 2015 01:55:10 +0100 Subject: [PATCH] TYPO IN COMMENTS: currently valids PIDs currently valids PIDs => currently valid PIDs --- evennia/utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/utils/utils.py b/evennia/utils/utils.py index c3ec747761..5e58f8c77e 100644 --- a/evennia/utils/utils.py +++ b/evennia/utils/utils.py @@ -1113,7 +1113,7 @@ def format_table(table, extra_space=1): def get_evennia_pids(): """ - Get the currently valids PIDs (Process IDs) of the Portal and Server + Get the currently valid PIDs (Process IDs) of the Portal and Server by trying to access an PID file. This can be used to determine if we are in a subprocess by something like