Fix osgi-install
[cc0/argeo-build.git] / src / org / argeo / build / Make.java
index 7eda0ab4490c6135147ee594aa32c73407343cbd..741500602766d264d6d63272e84c4075daf5c50b 100644 (file)
@@ -320,7 +320,7 @@ public class Make {
                if (targetDirs.size() != 1)
                        throw new IllegalArgumentException("One and only one --target must be specified");
                Path targetA2 = Paths.get(targetDirs.get(0));
-               logger.log(INFO, "Intsalling to " + targetA2 + " ms");
+               logger.log(INFO, "Installing to " + targetA2);
 
                final String branch;
                Path branchMk = sdkSrcBase.resolve(BRANCH_MK);