window-startup.c: fix typo
Fix a minor typo in window-startup.c
This commit is contained in:
committed by
Geoffrey D. Bennett
parent
3b424664f0
commit
38edefb93e
@@ -86,7 +86,7 @@ static void add_phantom_persistence_control(
|
||||
|
||||
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);
|
||||
|
||||
w = make_boolean_alsa_elem(phantom, "Disabled", "Enabled");
|
||||
|
||||
Reference in New Issue
Block a user