Skip to content

Commit

Permalink
Correct some missed typos (JuliaDocs#2089)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Seiler <[email protected]>
  • Loading branch information
goggle authored Mar 28, 2023
1 parent 329bff0 commit 8ef0f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/latex/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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@}
Expand Down
2 changes: 1 addition & 1 deletion test/TestUtilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ef0f4d

Please sign in to comment.