Skip to content

Commit

Permalink
Fix typo on log message
Browse files Browse the repository at this point in the history
  • Loading branch information
desiderantes authored Feb 8, 2024
1 parent 8868fbc commit db4bcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wingpanel-interface/Main.vala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class WingpanelInterface.Main : Gala.Plugin {
BusNameOwnerFlags.NONE,
on_bus_aquired,
null,
() => warning ("Aquirering \"%s\" failed.", DBUS_NAME));
() => warning ("Acquiring \"%s\" failed.", DBUS_NAME));
}

public override void destroy () {
Expand Down

0 comments on commit db4bcce

Please sign in to comment.