kbuild: fix typo
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
7080e47bb2
commit
c24035b9ed
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ void set_colors()
|
||||||
if (has_colors()) {
|
if (has_colors()) {
|
||||||
normal_color_theme();
|
normal_color_theme();
|
||||||
} else {
|
} else {
|
||||||
/* give deafults */
|
/* give defaults */
|
||||||
no_colors_theme();
|
no_colors_theme();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue