mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo an unecessary -> unnecessary
This commit is contained in:
parent
5f7fc5f94b
commit
026c215933
3 changed files with 3 additions and 3 deletions
|
@ -501,7 +501,7 @@ Extended Changelog Courtesy of Todd Stansell (https://github.com/tjstansell/salt
|
|||
|
||||
* 558798d Fix net_io_counters deprecation issue
|
||||
|
||||
* 8140f92 Override unecessary pylint errors
|
||||
* 8140f92 Override unnecessary pylint errors
|
||||
|
||||
* 7d02ad4 Fix some of the mock names for the new API
|
||||
|
||||
|
|
|
@ -1388,7 +1388,7 @@ Changes:
|
|||
- **PR** `#26496`_: (*jfindlay*) add dateutil dependency reporting
|
||||
@ *2015-08-19T22:46:31Z*
|
||||
|
||||
- **PR** `#26494`_: (*cachedout*) Remove unecessary debug statements
|
||||
- **PR** `#26494`_: (*cachedout*) Remove unnecessary debug statements
|
||||
@ *2015-08-19T20:46:00Z*
|
||||
|
||||
- **PR** `#26465`_: (*rallytime*) Back-port `#26457`_ to 2015.5
|
||||
|
|
|
@ -243,7 +243,7 @@ class Maintenance(multiprocessing.Process):
|
|||
if to_rotate:
|
||||
log.info('Rotating master AES key')
|
||||
for secret_key, secret_map in six.iteritems(SMaster.secrets):
|
||||
# should be unecessary-- since no one else should be modifying
|
||||
# should be unnecessary-- since no one else should be modifying
|
||||
with secret_map['secret'].get_lock():
|
||||
secret_map['secret'].value = secret_map['reload']()
|
||||
self.event.fire_event({'rotate_{0}_key'.format(secret_key): True}, tag='key')
|
||||
|
|
Loading…
Add table
Reference in a new issue