Janitor: Fix spelling in error message

This commit is contained in:
Tobias Hunger 2021-07-08 20:46:27 +02:00 committed by Simon Hausmann
parent b8f44ebc9b
commit eac109d168

View file

@ -78,7 +78,7 @@ pub fn generate(show_warnings: bool) -> Result<(), Box<dyn std::error::Error>> {
&docs_build_dir,
["..", "..", "api", "sixtyfps-cpp", "docs"].iter().collect::<PathBuf>(),
)
.context("Error symlinking files from docs source to docs build dir")?;
.context("Error creating symlinks from docs source to docs build dir")?;
symlink_dir(["..", "..", "docs"].iter().collect::<PathBuf>(), docs_build_dir.join("markdown"))?;