[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix typo
noreply at xfce.org
noreply at xfce.org
Wed Jul 10 18:57:53 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-power-manager.
commit b08b7b3a2075de5ff9776ee22922deba75605fff
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed Jul 10 13:57:44 2019 -0300
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 d7f460d..464dd44 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);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list