mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo catched -> caught
This commit is contained in:
parent
821e690e65
commit
56ce7479b1
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ Changes:
|
|||
|
||||
- **PR** `#30349`_: (*rallytime*) Back-port `#30347`_ to 2015.8
|
||||
|
||||
- **PR** `#30354`_: (*anlutro*) Make sure all ignore_missing SLSes are catched
|
||||
- **PR** `#30354`_: (*anlutro*) Make sure all ignore_missing SLSes are caught
|
||||
|
||||
- **PR** `#30356`_: (*nmadhok*) Adding code author
|
||||
|
||||
|
|
|
@ -120,7 +120,7 @@ class GitPillarTestCase(TestCase, integration.AdaptedConfigurationTestCaseMixIn)
|
|||
Namely, we replace the main ``ext_pillar`` entry function by one
|
||||
that keeps count of its calls.
|
||||
|
||||
Otherwise, the fact that the :class:`MaximumRecursion` error is catched
|
||||
Otherwise, the fact that the :class:`MaximumRecursion` error is caught
|
||||
can go in the way on the testing.
|
||||
|
||||
On the current code base, this test fails if the two first lines of
|
||||
|
|
Loading…
Add table
Reference in a new issue