summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Betts <[email protected]>2017-11-27 22:12:15 +0000
committerGitHub <[email protected]>2017-11-27 22:12:15 +0000
commit50130054328889b47f7f8f8a3ff18eaa493c646d (patch)
treeff5d250093b14a3544ba1ecc2cf4856140bf7cca
parent23a1ee7cdb2f4f904c2ab7f501d13a16bff506d2 (diff)
downloadmate-power-manager-50130054328889b47f7f8f8a3ff18eaa493c646d.tar.bz2
mate-power-manager-50130054328889b47f7f8f8a3ff18eaa493c646d.tar.xz
Correct spelling mistake.
-rw-r--r--applets/inhibit/inhibit-applet.c2
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;