Fix typo in documentation
[cc0/argeo-build.git] / 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;