From b08b7b3a2075de5ff9776ee22922deba75605fff Mon Sep 17 00:00:00 2001 From: Andre Miranda <andreldm@xfce.org> Date: Wed, 10 Jul 2019 13:57:44 -0300 Subject: [PATCH] Fix typo --- src/xfpm-suspend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- GitLab