diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-25 20:55:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-25 20:55:38 +0100 |
commit | cf19792a71b60230eadcbe91647ebeda74d73e54 (patch) | |
tree | 726961cd82d7cda725fc03fa479cf6b1ab192f7c | |
parent | fdfd4dc3f1780989b9cd8a08517c333ee9153313 (diff) | |
download | jenkins.debian.net-cf19792a71b60230eadcbe91647ebeda74d73e54.tar.xz |
reproducible freebsd: fix grammar
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 0a6590b7..73f50e92 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -404,7 +404,7 @@ write_explaination_table() { write_page "<tr><td>Filesystem</td><td>tmpfs</td><td>same for both builds (currently, this could be varied using <a href=\"https://tracker.debian.org/disorderfs\">disorderfs</a>)</td></tr>" fi else - write_page "<tr><td>year, month, date</td><td>today ($DATE)</td><td>the 2nd build done with the build node set 1 year, 1 month and 1 day in the future</td></tr>" + write_page "<tr><td>year, month, date</td><td>today ($DATE)</td><td>the 2nd build is done with the build node set 1 year, 1 month and 1 day in the future</td></tr>" write_page "<tr><td>hour, minute</td><td>hour and minute will vary between two builds...</td><td>additionally the \"future build\" also runs 6h and 23min ahead.</td></tr>" write_page "<tr><td>filesystem of the build directory</td><td>ufs</td><td>same for both builds</td></tr>" fi |