Fixes typos

This commit is contained in:
Michael Nordmeyer 2023-07-05 12:03:34 +02:00 committed by Johann150
parent 578adab629
commit 7d88029e22
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
3 changed files with 4 additions and 2 deletions

View file

@ -740,7 +740,7 @@ where
.add(b'{')
.add(b'}');
// check if directory listing is enabled by geting preamble
// check if directory listing is enabled by getting preamble
let preamble = if let Ok(txt) = std::fs::read_to_string(path.join(".directory-listing-ok"))
{
txt