just a typo fix

This commit is contained in:
Johannes Findeisen 2022-08-25 03:21:07 +02:00
commit 801f4a9b48

View file

@ -33,7 +33,7 @@ class Daemon:
def daemonize(self):
"""
Deamonize class. UNIX double fork mechanism.
Daemonize class. UNIX double fork mechanism.
"""
try: