diff options
author | Edward Betts <[email protected]> | 2017-11-27 22:12:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2017-11-27 22:12:15 +0000 |
commit | 50130054328889b47f7f8f8a3ff18eaa493c646d (patch) | |
tree | ff5d250093b14a3544ba1ecc2cf4856140bf7cca /applets/inhibit/inhibit-applet.c | |
parent | 23a1ee7cdb2f4f904c2ab7f501d13a16bff506d2 (diff) | |
download | mate-power-manager-50130054328889b47f7f8f8a3ff18eaa493c646d.tar.bz2 mate-power-manager-50130054328889b47f7f8f8a3ff18eaa493c646d.tar.xz |
Correct spelling mistake.
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 3c440ba..813ed36 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -524,7 +524,7 @@ gpm_inhibit_applet_dbus_disconnect (GpmInhibitApplet *applet) egg_debug ("removing proxy\n"); g_object_unref (applet->proxy); applet->proxy = NULL; - /* we have no inhibit, these are not persistant across reboots */ + /* we have no inhibit, these are not persistent across reboots */ applet->cookie = 0; } return TRUE; |