From aced23db970c67856a6923b4dafd25894c647db2 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 07:22:15 +0000 Subject: [PATCH] spelling: initialize --- app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views.py b/app/views.py index cc79b50..1fc824c 100644 --- a/app/views.py +++ b/app/views.py @@ -689,7 +689,7 @@ def domain_management(domain_name): users = User.query.all() accounts = Account.query.all() - # get list of user ids to initilize selection data + # get list of user ids to initialize selection data d = Domain(name=domain_name) domain_user_ids = d.get_user() account = d.get_account()