Skip to content

Commit d5dd05c

Browse files
committed
Fix typo
1 parent 2021bd1 commit d5dd05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/config.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ pub struct BootloaderConfig {
3232
/// screen when booting. The default is 'Trace'.
3333
pub log_level: LevelFilter,
3434

35-
/// Wheter the bootloader should print log messages to the framebuffer when booting.
35+
/// Whether the bootloader should print log messages to the framebuffer when booting.
3636
///
3737
/// Enabled by default.
3838
pub frame_buffer_logger_status: LoggerStatus,
3939

40-
/// Wheter the bootloader should print log messages to the serial port when booting.
40+
/// Whether the bootloader should print log messages to the serial port when booting.
4141
///
4242
/// Enabled by default.
4343
pub serial_logger_status: LoggerStatus,

0 commit comments

Comments
 (0)