[Xfce4-commits] <xfce4-power-manager:master> Fix Typo in xfpm-power.c

Jérôme Guelfucci noreply at xfce.org
Sun Aug 11 22:32:01 CEST 2013


Updating branch refs/heads/master
         to b35cee55e065a7ebcbe6062cdcc5916cbe04973f (commit)
       from 6f1dfa70114cfa628e130a2fcdc402c3527e1749 (commit)

commit b35cee55e065a7ebcbe6062cdcc5916cbe04973f
Author: Benjamin Kerensa <bkerensa at ubuntu.com>
Date:   Sun Mar 10 19:36:13 2013 -0700

    Fix Typo in xfpm-power.c

 src/xfpm-power.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfpm-power.c b/src/xfpm-power.c
index 796bef8..bcf2fbd 100644
--- a/src/xfpm-power.c
+++ b/src/xfpm-power.c
@@ -1034,7 +1034,7 @@ xfpm_power_add_device (XfpmPower *power, const gchar *object_path)
     }
     else if ( device_type != XFPM_DEVICE_TYPE_LINE_POWER )
     {
-	g_warning ("Unable to monitor unkown power device with object_path : %s", object_path);
+	g_warning ("Unable to monitor unknown power device with object_path : %s", object_path);
 	g_object_unref (proxy_prop);
     }
 }


More information about the Xfce4-commits mailing list