mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Fixes typos
This commit is contained in:
parent
578adab629
commit
7d88029e22
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue