From 4ab8903694b47a8f428b3680d2ec90214a0e9610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 19 Sep 2024 11:06:04 +0200 Subject: [PATCH] Make spellcheck happy --- test/run_makedocs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_makedocs.jl b/test/run_makedocs.jl index 5cef94c..b287e0e 100644 --- a/test/run_makedocs.jl +++ b/test/run_makedocs.jl @@ -14,7 +14,7 @@ import Logging # # contain the `build` output folder etc. # # * `result` is whatever `makedocs` returns (usually `nothing`) # # * `success` is a boolean whether the call returned successfully -# # * `backtrace` contains the backgrace for any thrown exception +# # * `backtrace` contains the backtrace for any thrown exception # # * `output` contains the STDOUT produced by `run_makedocs` # end # ```