Fix some typos

This commit is contained in:
Vadim Petrochenkov 2015-03-28 18:09:51 +03:00
parent 227b46bded
commit 1accaa9f86
23 changed files with 24 additions and 24 deletions

View file

@ -86,7 +86,7 @@ impl Ord for ModuleSummary {
}
}
// is the item considered publically visible?
// is the item considered publicly visible?
fn visible(item: &Item) -> bool {
match item.inner {
ImplItem(_) => true,