mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
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
This commit is contained in:
parent
62391cb864
commit
453bbf64e9
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user