about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 5c876b15..5a83c485 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -1942,7 +1942,7 @@ _ui_handle_form_field(ProfWin *window, FormField *field)
             }
         }
         break;
-    case FIELD_LIST_MUTLI:
+    case FIELD_LIST_MULTI:
         if (curr_value != NULL) {
             win_save_newline(window);
             GSList *options = field->options;