From 453bbf64e919c01056959078aeece94b8fc8207e Mon Sep 17 00:00:00 2001 From: Sandra Wills Date: Thu, 27 Aug 2015 09:36:12 -0400 Subject: [PATCH] fixed a typo, mumber to number https://github.com/ansible/ansible-tower/blob/devel/awx/main/models/inventory.py#L63 typo fix from mumber to number --- awx/main/models/inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index 392c011a16..d86a500528 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -60,7 +60,7 @@ class Inventory(CommonModel): total_hosts = models.PositiveIntegerField( default=0, editable=False, - help_text=_('Total mumber of hosts in this inventory.'), + help_text=_('Total number of hosts in this inventory.'), ) hosts_with_active_failures = models.PositiveIntegerField( default=0,