From 801f4a9b48376623846ad70c19c7e06599ab81c7 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 25 Aug 2022 03:21:07 +0200 Subject: [PATCH] just a typo fix --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index ad638e4..bed0d19 100644 --- a/daemon.py +++ b/daemon.py @@ -33,7 +33,7 @@ class Daemon: def daemonize(self): """ - Deamonize class. UNIX double fork mechanism. + Daemonize class. UNIX double fork mechanism. """ try: