Skip to content

Commit

Permalink
kbuild: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Arnaud Lacombe authored and Michal Marek committed Aug 17, 2010
1 parent 7080e47 commit c24035b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/nconf.gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void set_colors()
if (has_colors()) {
normal_color_theme();
} else {
/* give deafults */
/* give defaults */
no_colors_theme();
}
}
Expand Down

0 comments on commit c24035b

Please sign in to comment.