From 2b118ff5409aa9cdd0be7ea8bd4f3cce419934af Mon Sep 17 00:00:00 2001 From: PCoder Date: Sun, 5 May 2019 16:56:56 +0200 Subject: [PATCH] Correct spelling --- datacenterlight/management/commands/deleteuser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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