diff --git a/datacenterlight/management/commands/deleteuser.py b/datacenterlight/management/commands/deleteuser.py index 27e63c3d..a1ab1e94 100644 --- a/datacenterlight/management/commands/deleteuser.py +++ b/datacenterlight/management/commands/deleteuser.py @@ -124,7 +124,7 @@ class Command(BaseCommand): # delete stripe customer stripe_customer.delete() - # delete CustomUesr + # delete CustomUser cus_user.delete() # remove user from OpenNebula