From 5526883c23d751088be4affecbc45b96e5ce6d7d Mon Sep 17 00:00:00 2001 From: "Valeriy.Vyrva" Date: Fri, 11 Dec 2015 17:51:20 +0600 Subject: [PATCH] Fix small typo in CreateMojo#providerImplementations description --- src/main/java/org/codehaus/mojo/build/CreateMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/codehaus/mojo/build/CreateMojo.java b/src/main/java/org/codehaus/mojo/build/CreateMojo.java index 23dda29..5368b48 100644 --- a/src/main/java/org/codehaus/mojo/build/CreateMojo.java +++ b/src/main/java/org/codehaus/mojo/build/CreateMojo.java @@ -182,7 +182,7 @@ public class CreateMojo /** * Selects alternative SCM provider implementations. Each map key denotes the original provider type as given in the * SCM URL like "cvs" or "svn", the map value specifies the provider type of the desired implementation to use - * instead. In other words, this map configures a substitition mapping for SCM providers. + * instead. In other words, this map configures a substitution mapping for SCM providers. * * @since 1.0-beta-3 */