diff --git a/scripts/supybot-wizard.py b/scripts/supybot-wizard.py index 329dbacc2..e633e8f35 100755 --- a/scripts/supybot-wizard.py +++ b/scripts/supybot-wizard.py @@ -391,7 +391,7 @@ def main(): if u.checkCapability('owner'): myPrint("""That user already exists, and has owner capabilities already. Perhaps you added it before? """) - if yn('Do you want to remove the its owner capability?')=='y': + if yn('Do you want to remove its owner capability?')=='y': u.removeCapability('owner') ircdb.setUser(id, u) else: