window-startup.c: fix typo

Fix a minor typo in window-startup.c
This commit is contained in:
sporksnail
2023-11-12 13:02:52 +00:00
committed by Geoffrey D. Bennett
parent 3b424664f0
commit 38edefb93e

View File

@@ -86,7 +86,7 @@ static void add_phantom_persistence_control(
GtkWidget *w; GtkWidget *w;
w = small_label("Phantom Power Persistance"); w = small_label("Phantom Power Persistence");
gtk_grid_attach(GTK_GRID(grid), w, 0, *grid_y, 1, 1); gtk_grid_attach(GTK_GRID(grid), w, 0, *grid_y, 1, 1);
w = make_boolean_alsa_elem(phantom, "Disabled", "Enabled"); w = make_boolean_alsa_elem(phantom, "Disabled", "Enabled");