From: Mathieu Baudier Date: Tue, 23 May 2023 08:42:07 +0000 (+0200) Subject: Fix typo in documentation X-Git-Tag: v2.3.6~14 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=c8b31de4cf8c2eff239be4ffeab7c33c6c72a0f4;p=cc0%2Fargeo-build.git Fix typo in documentation --- diff --git a/src/org/argeo/build/Make.java b/src/org/argeo/build/Make.java index 1d3933b..e557111 100644 --- a/src/org/argeo/build/Make.java +++ b/src/org/argeo/build/Make.java @@ -105,7 +105,7 @@ public class Make { final Path buildBase; /** The base of the a2 output for all layers. */ final Path a2Output; - /** The base of the a2 sources when packages separately. */ + /** The base of the a2 sources when packaged separately. */ final Path a2srcOutput; /** Whether sources should be packaged separately. */ @@ -296,7 +296,7 @@ public class Make { long duration = System.currentTimeMillis() - begin; logger.log(INFO, "Packaging took " + duration + " ms"); } - + /** Package a single bundle. */ void createBundle(String branch, String bundle, String category) throws IOException { final Path source;