mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
fix: style/spelling
This commit is contained in:
parent
39e352e2af
commit
243546ce96
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ fn print_adjusted(
|
|||
) {
|
||||
let mut field_width = cmp::max(width, s.len());
|
||||
if let Some(p) = prefix {
|
||||
if let Some(needprefix) = need_prefix {
|
||||
if needprefix {
|
||||
if let Some(prefix_flag) = need_prefix {
|
||||
if prefix_flag {
|
||||
field_width -= p.len();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue