summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2019-07-10 13:57:44 -0300
committerAndre Miranda <andreldm@xfce.org>2019-07-10 13:57:44 -0300
commitb08b7b3a2075de5ff9776ee22922deba75605fff (patch)
tree54ecae782027e714af23eeee7e287a9f2d0ab3c5
parent678997f5f6ba03445125d495bf3224c9e35aecd9 (diff)
downloadixfce4-power-manager-b08b7b3a2075de5ff9776ee22922deba75605fff.tar.gz
Fix typo
-rw-r--r--src/xfpm-suspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfpm-suspend.c b/src/xfpm-suspend.c
index d7f460d5..464dd440 100644
--- a/src/xfpm-suspend.c
+++ b/src/xfpm-suspend.c
@@ -114,7 +114,7 @@ linux_supports_sleep_state (const gchar *state)
/* run script from pm-utils */
command = g_strdup_printf ("/usr/bin/pm-is-supported --%s", state);
- g_debug ("excuting command: %s", command);
+ g_debug ("executing command: %s", command);
ret = g_spawn_command_line_sync (command, NULL, NULL, &exit_status, &error);
if (!ret) {
g_warning ("failed to run script: %s", error->message);