mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo an succesfully -> successfully
This commit is contained in:
parent
c1e3ef7c8d
commit
66921cc61e
2 changed files with 3 additions and 3 deletions
|
@ -195,7 +195,7 @@ Changes:
|
|||
- **PR** `#24994`_: (*garethgreenaway*) Another Fix to gpg.py in 2015.5
|
||||
@ *2015-06-27T22:28:15Z*
|
||||
|
||||
- **ISSUE** `#24862`_: (*dkatsanikakis*) gpg.import_key returns error after succesfully completed
|
||||
- **ISSUE** `#24862`_: (*dkatsanikakis*) gpg.import_key returns error after successfully completed
|
||||
| refs: `#24966`_ `#24994`_
|
||||
* e9aaa11 Merge pull request `#24994`_ from garethgreenaway/2015_5_24862_gpg_import_key
|
||||
* d2f0d8f variable was referenced before assignment. Just removing the variable and checking the return from distutils.version.LooseVersion directly.
|
||||
|
@ -245,7 +245,7 @@ Changes:
|
|||
- **PR** `#24966`_: (*garethgreenaway*) Fixes to gpg.py in 2015.5
|
||||
@ *2015-06-25T19:58:49Z*
|
||||
|
||||
- **ISSUE** `#24862`_: (*dkatsanikakis*) gpg.import_key returns error after succesfully completed
|
||||
- **ISSUE** `#24862`_: (*dkatsanikakis*) gpg.import_key returns error after successfully completed
|
||||
| refs: `#24966`_ `#24994`_
|
||||
* a71c1b7 Merge pull request `#24966`_ from garethgreenaway/2015_5_24862_gpg_import_key
|
||||
* 55eb73b fixing unit tests.
|
||||
|
|
|
@ -763,7 +763,7 @@ def _wait_for_vmware_tools(vm_ref, max_wait):
|
|||
if time_counter % 5 == 0:
|
||||
log.info("[ {0} ] Waiting for VMware tools to be running [{1} s]".format(vm_ref.name, time_counter))
|
||||
if str(vm_ref.summary.guest.toolsRunningStatus) == "guestToolsRunning":
|
||||
log.info("[ {0} ] Succesfully got VMware tools running on the guest in {1} seconds".format(vm_ref.name, time_counter))
|
||||
log.info("[ {0} ] Successfully got VMware tools running on the guest in {1} seconds".format(vm_ref.name, time_counter))
|
||||
return True
|
||||
|
||||
time.sleep(1.0 - ((time.time() - starttime) % 1.0))
|
||||
|
|
Loading…
Add table
Reference in a new issue