Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Jan 22, 2012
1 parent 94f7647 commit 5d8a8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ def set_uid(self):
def dropPrivileges(self, user):
# Drop root privileges if we have them
if user is None:
return "No used specified to setuid to!"
return "No user specified to setuid to!"
if os.getuid() != 0:
return "Can't drop privilege as nonroot user"
try:
Expand Down

0 comments on commit 5d8a8bf

Please sign in to comment.