diff --git a/src/logging.md b/src/logging.md index 1832960..58cf32c 100644 --- a/src/logging.md +++ b/src/logging.md @@ -133,7 +133,7 @@ optimizing the program. Let's check that. > **PROTIP** You can set `target.thumbv7m-none-eabi.runner` to the long QEMU > command from before (`qemu-system-arm -cpu (..) -kernel`) in the Cargo -> configuration file (`.cargo/conifg`) to have `cargo run` use that *runner* to +> configuration file (`.cargo/config`) to have `cargo run` use that *runner* to > execute the output binary. ``` console