aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_src_pod.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-10-22 19:32:45 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-11-18 14:59:47 -0500
commit02714184258c9be072857ddcc03bc114b2e843d1 (patch)
tree9818170940f4db2334c54059869819f07f57a10d /org/output_src_pod.org
parentmultilingual pods, zipped source (diff)
cosmetic
Diffstat (limited to 'org/output_src_pod.org')
-rw-r--r--org/output_src_pod.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/output_src_pod.org b/org/output_src_pod.org
index 16cc35d..6399c4b 100644
--- a/org/output_src_pod.org
+++ b/org/output_src_pod.org
@@ -250,7 +250,7 @@ auto fn_pod = pths_pod.pod_filename(doc_matters.src.filename).zpod;
}
}
} { /+ bundle primary file (.ssm/.sst) +/
- auto fn_src_in = doc_matters.src.file_with_absolute_path.to!string; // original source file, inlcudes language code
+ auto fn_src_in = doc_matters.src.file_with_absolute_path.to!string;
auto fn_src_out_pod_zip_base
= pths_pod.fn_doc(doc_matters.src.filename, doc_matters.src.language).zpod.to!string;
auto fn_src_out_filesystem
@@ -400,7 +400,7 @@ if (exists(fn_pod)) {
writeln(" ", doc_matters.src.filename, " > ");
}
if (doc_matters.opt.action.pod) {
- writefln(" %s\n %s %-(%02x%)", fn_pod, "sha256", data.sha256Of);
+ writefln(" %s\n %s %-(%02x%)", fn_pod, "sha256", data.sha256Of);
}
}
debug(pod) {