Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
fsobolev committed Aug 5, 2023
1 parent a77af1e commit 6245cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NickvisionCavalier.GNOME/Views/PreferencesDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private PreferencesDialog(Gtk.Builder builder, PreferencesViewController control
};
application.AddAction(actIncRadius);
application.SetAccelsForAction("app.inc-radius", new string[] { "u" });
//Decreate Inner Radius Action
//Decrease Inner Radius Action
var actDecRadius = Gio.SimpleAction.New("dec-radius", null);
actDecRadius.OnActivate += (sender, e) =>
{
Expand Down

0 comments on commit 6245cd4

Please sign in to comment.