Merge pull request #11388 from dreis2211:fix-duplicate-typo

* pr/11388:
  Fix typo
This commit is contained in:
Stephane Nicoll 2017-12-22 18:12:23 +01:00
commit 7c0ed8981f
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
*/
/**
* Auto-configuration for for Spring MVC error handling.
* Auto-configuration for Spring MVC error handling.
*/
package org.springframework.boot.autoconfigure.web.servlet.error;