kconfig: Fix spelling of sym_is_changable
[carl9170fw.git] / config / confdata.c
index d18626d1497d6610d7f69e5987cbf75f9e663ec7..a38b508788d8775af0f44cbbff0a5709fdcd3504 100644 (file)
@@ -842,7 +842,7 @@ int conf_write_defconfig(const char *filename)
                                goto next_menu;
                        sym->flags &= ~SYMBOL_WRITE;
                        /* If we cannot change the symbol - skip */
-                       if (!sym_is_changable(sym))
+                       if (!sym_is_changeable(sym))
                                goto next_menu;
                        /* If symbol equals to default value - skip */
                        if (strcmp(sym_get_string_value(sym), sym_get_string_default(sym)) == 0)