We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb25db commit edad5f0Copy full SHA for edad5f0
src/symbolize/gimli/parse_running_mmaps_unix.rs
@@ -266,7 +266,7 @@ fn check_maps_entry_parsing_32bit() {
266
);
267
assert_eq!(
268
"b7c79000-b7e02000 r--p 00000000 08:01 60662705 \
269
- /executable/path/with multiple-continues spaces "
+ /executable/path/with multiple-continuous spaces "
270
.parse::<MapsEntry>()
271
.unwrap(),
272
MapsEntry {
0 commit comments