Skip to content

Commit 432726b

Browse files
committed
chore: Fix spelling
1 parent edc6d92 commit 432726b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/report.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ impl Report {
5151
//that calls panic hook
5252
const SKIP_FRAMES_NUM: usize = 8;
5353
//We take padding for address and extra two letters
54-
//to padd after index.
54+
//to pad after index.
5555
const HEX_WIDTH: usize = mem::size_of::<usize>() + 2;
5656
//Padding for next lines after frame's address
5757
const NEXT_SYMBOL_PADDING: usize = HEX_WIDTH + 6;

0 commit comments

Comments
 (0)