diff --git a/assets/latex/preamble.tex b/assets/latex/preamble.tex index c7e82e3a48..5f383dc1bb 100644 --- a/assets/latex/preamble.tex +++ b/assets/latex/preamble.tex @@ -22,9 +22,9 @@ % - Figure 9.2: Layout of a ToC % - Table 9.3: Value of K in macros for styling entries \makeatletter -% {part} to {chaper} +% {part} to {chapter} \setlength{\cftbeforepartskip}{1.5em \@plus \p@} -% {chaper} to {chaper} +% {chapter} to {chapter} \setlength{\cftbeforechapterskip}{0.0em \@plus \p@} % Chapter num to chapter title spacing (Figure 9.2@memman) \setlength{\cftchapternumwidth}{2.5em \@plus \p@} diff --git a/test/TestUtilities.jl b/test/TestUtilities.jl index 3a90daa3a7..0b5fd18de7 100644 --- a/test/TestUtilities.jl +++ b/test/TestUtilities.jl @@ -16,7 +16,7 @@ end function quietly_next_log() quietly_logs_enabled() || return nothing, nothing isdir(QUIETLY_LOG_DIR) || mkdir(QUIETLY_LOG_DIR) - # Find the next availble log file + # Find the next available log file logid, logfile = quietly_logfile(QUIETLY_LOG_COUNTER[]) while isfile(logfile) QUIETLY_LOG_COUNTER[] += 1