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
@ -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…
Reference in New Issue
Block a user