Skip to content

Commit

Permalink
Correct typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ticoneva authored Jan 5, 2023
1 parent f5095ec commit 42f18bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemdspawner/systemdspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ async def start(self):
gr_name = None
self.overwrite_config(self.group_config.get(gr_name))

# Overwrite config with group config
# Overwrite config with user config
if uid != None:
self.overwrite_config(self.user_config.get(unix_username))

Expand Down

0 comments on commit 42f18bd

Please sign in to comment.