mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
Bulk spelling improvement to modules-core (#5225)
* Correct spelling mistakes * Correct more spelling issues * merge conflict * Revert typo in parms
This commit is contained in:
parent
a4077537e0
commit
25b6492d37
91 changed files with 908 additions and 148 deletions
|
@ -186,7 +186,7 @@ def main():
|
|||
# Requirements are met
|
||||
module.exit_json(changed=False, floating_ip=f_ip)
|
||||
|
||||
# Requirments are vague enough to ignore exisitng f_ip and try
|
||||
# Requirements are vague enough to ignore existing f_ip and try
|
||||
# to create a new f_ip to the server.
|
||||
|
||||
server = cloud.add_ips_to_server(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue