Fix typos

See gh-30773
This commit is contained in:
Andy Wilkinson
2022-05-03 14:09:37 +01:00
parent 561526f802
commit f6d24dc1a8
48 changed files with 63 additions and 64 deletions

View File

@@ -179,7 +179,7 @@ public class BuildImageMojo extends AbstractPackagerMojo {
private LayoutFactory layoutFactory;
/**
* Return the type of archive that should be used when buiding the image.
* Return the type of archive that should be used when building the image.
* @return the value of the {@code layout} parameter, or {@code null} if the parameter
* is not provided
*/

View File

@@ -71,7 +71,7 @@ public class StartMojo extends AbstractRunMojo {
private int jmxPort = 9001;
/**
* The number of milli-seconds to wait between each attempt to check if the spring
* The number of milliseconds to wait between each attempt to check if the spring
* application is ready.
*/
@Parameter