Skip to content

Commit

Permalink
fix: typo in import message (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
arexon committed Nov 18, 2024
1 parent b4c40ff commit f03b435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl WorldManager {
})?;
copy_world(&from, &to)?;

log::info!("imoprted `{}` to `{}`", from.display(), to.display());
log::info!("imported `{}` to `{}`", from.display(), to.display());
}

Ok(())
Expand Down

0 comments on commit f03b435

Please sign in to comment.