Fix typos

Closes gh-3504
This commit is contained in:
izeye
2015-07-15 20:16:30 +09:00
committed by Stephane Nicoll
parent f2d32d3e98
commit f4589e7cc3
17 changed files with 20 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ package org.springframework.boot.loader.tools;
public interface LaunchScript {
/**
* The the content of the launch script as a byte array.
* The content of the launch script as a byte array.
* @return the script bytes
*/
byte[] toByteArray();