Skip to content

Commit

Permalink
window-startup.c: fix typo
Browse files Browse the repository at this point in the history
Fix a minor typo in window-startup.c
  • Loading branch information
sporksnail authored and geoffreybennett committed Nov 12, 2023
1 parent 3b42466 commit 38edefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window-startup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 38edefb

Please sign in to comment.