From 27948a8dd94d93f12d02223d400de80cfa4da311 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Tue, 10 Sep 2013 01:13:14 -0400 Subject: [PATCH] AC-431. Fixed misspelled project status. --- awx/main/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/models/__init__.py b/awx/main/models/__init__.py index 45a35acb7c..752e0a4dc0 100644 --- a/awx/main/models/__init__.py +++ b/awx/main/models/__init__.py @@ -735,7 +735,7 @@ class Project(CommonModel): elif not self.get_project_path(): return 'missing' else: - return 'successsful' + return 'successful' elif not self.get_project_path(): return 'missing' else: