From 1eba4830ee85784dfe44e56be9508151349b7e4e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 14 Mar 2017 12:25:23 -0400 Subject: org files minor touches --- src/sdp/ao_read_source_files.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdp/ao_read_source_files.d') diff --git a/src/sdp/ao_read_source_files.d b/src/sdp/ao_read_source_files.d index a6459b2..4acfe41 100644 --- a/src/sdp/ao_read_source_files.d +++ b/src/sdp/ao_read_source_files.d @@ -99,7 +99,7 @@ template SiSUrawMarkupContent() { } 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; } auto markupSourceReadIn(in string fn_src) { -- cgit v1.2.3