Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

kbuild: fix typo



Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 7080e47b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ void set_colors()
	if (has_colors()) {
		normal_color_theme();
	} else {
		/* give deafults */
		/* give defaults */
		no_colors_theme();
	}
}