Fix typo in documentation
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 23 May 2023 08:42:07 +0000 (10:42 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 23 May 2023 08:42:07 +0000 (10:42 +0200)
src/org/argeo/build/Make.java

index 1d3933bca8d43efa0e4f37fd502ab2c4d1b9035a..e5571119816be3c006c1b441aab01df5534ab671 100644 (file)
@@ -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;