Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jan 22, 2024
1 parent f545fed commit 025e0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

public sealed class SettingsDaemon.Application : Gtk.Application {
public const string ACTION_PREFIX = "app.";
public const string SHOW_UPDATES_ACTION = "show-udpates";
public const string SHOW_UPDATES_ERROR_ACTION = "show-udpates-error";
public const string SHOW_UPDATES_ACTION = "show-updates";
public const string SHOW_UPDATES_ERROR_ACTION = "show-updates-error";

private AccountsService accounts_service;
private Pantheon.AccountsService pantheon_service;
Expand Down

0 comments on commit 025e0b0

Please sign in to comment.