@@ -69,7 +69,7 @@ void rootFirstPrintsStackTrace() {
69
69
at org.springframework.boot.logging.TestException.createException(TestException.java:NN)
70
70
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
71
71
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
72
- Suppressed: java.lang.RuntimeException: supressed
72
+ Suppressed: java.lang.RuntimeException: suppressed
73
73
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
74
74
... 1 more
75
75
""" );
@@ -85,7 +85,7 @@ void withCommonFramesWhenRootLastPrintsAllFrames() {
85
85
at org.springframework.boot.logging.TestException.createException(TestException.java:NN)
86
86
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
87
87
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
88
- Suppressed: java.lang.RuntimeException: supressed
88
+ Suppressed: java.lang.RuntimeException: suppressed
89
89
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
90
90
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
91
91
Caused by: java.lang.RuntimeException: cause
@@ -115,7 +115,7 @@ void withCommonFramesWhenRootFirstPrintsAllFrames() {
115
115
at org.springframework.boot.logging.TestException.createException(TestException.java:NN)
116
116
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
117
117
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
118
- Suppressed: java.lang.RuntimeException: supressed
118
+ Suppressed: java.lang.RuntimeException: suppressed
119
119
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
120
120
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
121
121
""" );
@@ -177,7 +177,7 @@ void withMaximumThrowableDepthFiltersElements() {
177
177
Wrapped by: java.lang.RuntimeException: exception
178
178
at org.springframework.boot.logging.TestException.actualCreateException(TestException.java:NN)
179
179
... 3 filtered
180
- Suppressed: java.lang.RuntimeException: supressed
180
+ Suppressed: java.lang.RuntimeException: suppressed
181
181
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
182
182
... 1 more
183
183
""" );
@@ -201,7 +201,7 @@ void withMaximumThrowableDepthAndCommonFramesFiltersElements() {
201
201
at org.springframework.boot.logging.TestException.actualCreateException(TestException.java:NN)
202
202
at org.springframework.boot.logging.TestException.createException(TestException.java:NN)
203
203
... 2 filtered
204
- Suppressed: java.lang.RuntimeException: supressed
204
+ Suppressed: java.lang.RuntimeException: suppressed
205
205
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
206
206
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
207
207
""" );
@@ -253,7 +253,7 @@ void withFrameFilter() {
253
253
Wrapped by: java.lang.RuntimeException: exception
254
254
... 3 filtered
255
255
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
256
- Suppressed: java.lang.RuntimeException: supressed
256
+ Suppressed: java.lang.RuntimeException: suppressed
257
257
... 1 filtered
258
258
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
259
259
""" );
@@ -284,7 +284,7 @@ void withFormatterFormatsThrowable() {
284
284
at org.springframework.boot.logging.TestException.createException(TestException.java:NN)
285
285
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
286
286
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
287
- Suppressed: RuntimeException: supressed
287
+ Suppressed: RuntimeException: suppressed
288
288
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
289
289
... 1 more
290
290
Caused by: RuntimeException: cause
@@ -316,7 +316,7 @@ void withFrameFormatterFormatsFrame() {
316
316
at TestException.createException
317
317
at TestException.createTestException
318
318
at TestException.CreatorThread.run
319
- Suppressed: java.lang.RuntimeException: supressed
319
+ Suppressed: java.lang.RuntimeException: suppressed
320
320
at TestException.createTestException
321
321
... 1 more
322
322
Caused by: java.lang.RuntimeException: cause
@@ -340,7 +340,7 @@ void withHashesFunctionPrintsStackTraceWithHashes() {
340
340
at org.springframework.boot.logging.TestException.createException(TestException.java:59)
341
341
at org.springframework.boot.logging.TestException.createTestException(TestException.java:49)
342
342
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:77)
343
- Suppressed: <#834defc3> java.lang.RuntimeException: supressed
343
+ Suppressed: <#834defc3> java.lang.RuntimeException: suppressed
344
344
at org.springframework.boot.logging.TestException.createTestException(TestException.java:50)
345
345
... 1 more
346
346
Caused by: <#611639c5> java.lang.RuntimeException: cause
@@ -367,7 +367,7 @@ private String standardStackTrace() {
367
367
at org.springframework.boot.logging.TestException.createException(TestException.java:NN)
368
368
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
369
369
at org.springframework.boot.logging.TestException$CreatorThread.run(TestException.java:NN)
370
- Suppressed: java.lang.RuntimeException: supressed
370
+ Suppressed: java.lang.RuntimeException: suppressed
371
371
at org.springframework.boot.logging.TestException.createTestException(TestException.java:NN)
372
372
... 1 more
373
373
Caused by: java.lang.RuntimeException: cause
0 commit comments