[banshee] GConfClient: fix typo in string



commit 8591d407aefd1929da44e36000b77a6ebb5b53cb
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Mon Dec 12 23:54:50 2011 +0000

    GConfClient: fix typo in string

 .../GConfConfigurationClient.cs                    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GConfConfigurationClient.cs b/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GConfConfigurationClient.cs
index 42a2045..72af89f 100644
--- a/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GConfConfigurationClient.cs
+++ b/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GConfConfigurationClient.cs
@@ -118,7 +118,7 @@ namespace Banshee.GnomeBackend
                 return true;
             } catch (GConf.NoSuchKeyException) {
             } catch (Exception e) {
-                Log.Exception (String.Format ("Could no read GConf key {0}.{1}", @namespace, key), e);
+                Log.Exception (String.Format ("Could not read GConf key {0}.{1}", @namespace, key), e);
             }
 
             result = default (T);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]