1
Fork 0

fix more typos found by codespell.

This commit is contained in:
Matthias Krüger 2018-02-16 15:56:50 +01:00
parent b298607864
commit 4452446292
69 changed files with 89 additions and 89 deletions

View file

@ -136,7 +136,7 @@ pub fn __rust_begin_short_backtrace<F, T>(f: F) -> T
f()
}
/// Controls how the backtrace should be formated.
/// Controls how the backtrace should be formatted.
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
pub enum PrintFormat {
/// Show all the frames with absolute path for files.