Skip to content

Commit 2594d23

Browse files
committed
spelling
1 parent 13e103e commit 2594d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
1616
let config = config::parse(opts.path)?;
1717

1818
// assert valid config
19-
log::info!("config vaild");
19+
log::info!("config valid");
2020

2121
// server setup
2222
let server = server::Server {

0 commit comments

Comments
 (0)