aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/source_pod.d
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 /src/doc_reform/output/source_pod.d
parentmultilingual pods, zipped source (diff)
cosmetic
Diffstat (limited to 'src/doc_reform/output/source_pod.d')
-rw-r--r--src/doc_reform/output/source_pod.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc_reform/output/source_pod.d b/src/doc_reform/output/source_pod.d
index 3b1261b..cff5ba8 100644
--- a/src/doc_reform/output/source_pod.d
+++ b/src/doc_reform/output/source_pod.d
@@ -184,7 +184,7 @@ template DocReformPod() {
}
}
} { /+ 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
@@ -328,7 +328,7 @@ template DocReformPod() {
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) {