Fix double "the" typo everywhere in source code

This commit is contained in:
Rémi Kaeffer
2021-08-21 12:43:29 +02:00
committed by Mahmoud Ben Hassine
parent 38fe9a0262
commit a644ae31c2
8 changed files with 18 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2006-2018 the original author or authors.
* Copyright 2006-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -123,7 +123,7 @@ public class MessagingGatewayIntegrationTests {
/**
* This is just used to trap the messages sent by the ItemWriter and make an
* assertion about them in the the test case. In a real application this
* assertion about them in the test case. In a real application this
* would be the output stage and/or business processing.
*
* @author Dave Syer