aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_read_source_files.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-03-14 12:25:23 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit1eba4830ee85784dfe44e56be9508151349b7e4e (patch)
treef66b538b5539eba10155e2a627f625f06a000a59 /org/ao_read_source_files.org
parentwork on outputs (diff)
org files minor touches
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r--org/ao_read_source_files.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org
index 73594dd..a870a57 100644
--- a/org/ao_read_source_files.org
+++ b/org/ao_read_source_files.org
@@ -309,7 +309,7 @@ final private char[][] header0Content1(in string src_text) {
#+BEGIN_SRC d
final private char[][] markupSourceLineArray(in char[] src_text) {
char[][] source_line_arr =
- split(cast(char[]) src_text, rgx.newline_eol_strip_preceeding);
+ split(cast(char[]) src_text, rgx.newline_eol_strip_preceding);
return source_line_arr;
}
#+END_SRC