diff options
author | Boud Roukema <boud@cosmo.torun.pl> | 2020-04-24 18:31:31 +0200 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-24 17:59:45 +0100 |
commit | b336c13f5952664cabc9a05965c484223383e88f (patch) | |
tree | 6075ca36e096358b0753a1a2c2ccbc9896338449 /reproduce/analysis/make/top-make.mk | |
parent | 8bdf5f8e8fefa857c8082acf45685dbefd7174c3 (diff) |
Typo
Diffstat (limited to 'reproduce/analysis/make/top-make.mk')
-rw-r--r-- | reproduce/analysis/make/top-make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/analysis/make/top-make.mk b/reproduce/analysis/make/top-make.mk index 5461f71..43f67d9 100644 --- a/reproduce/analysis/make/top-make.mk +++ b/reproduce/analysis/make/top-make.mk @@ -62,7 +62,7 @@ include reproduce/software/config/LOCAL.conf # ----------------------------- # # If you are just interested in the processing and don't want to build the -# PDF, you can skip the creatation of the final PDF by removing the value +# PDF, you can skip the creation of the final PDF by removing the value # of `pdf-build-final' in `reproduce/analysis/config/pdf-build.conf'. ifeq (x$(reproducible_paper_group_name),x$(GROUP-NAME)) all: paper.pdf |