Commit c24035b9 authored by Arnaud Lacombe's avatar Arnaud Lacombe Committed by Michal Marek

kbuild: fix typo

Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 7080e47b
...@@ -137,7 +137,7 @@ void set_colors() ...@@ -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();
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment