From 6ac69ac4ca749f327dc2d245126dd627c1d861be Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sun, 20 Jun 2021 15:42:56 -0400 Subject: [PATCH] spelling --- hbd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hbd b/hbd index 1396c7b..63ed952 100755 --- a/hbd +++ b/hbd @@ -898,7 +898,7 @@ def msg_to_websockets(typ: str, msg: str): # PUSHSRVS = ["all", "pushover", "mattermost" ] helpflag = False -forground = False +foreground = False pushsrv = "pushover" # mattermost dyndomains = ["wrede.org"] optlist = [] @@ -917,7 +917,7 @@ for o, a in optlist: configfile = a cmdargs += [o, a] if o == '-f': - forground = True + foreground = True cmdargs += [o] elif o == '-h': helpflag = True @@ -1096,7 +1096,7 @@ ilist.append(sock6) #ilist.append(serv.fileno()) -if not forground: +if not foreground: pid = os.fork() if pid > 0: if verbose: