[rygel] core: Fix a spelling mistake in error message



commit 20d4444c1f30d195cb3230c0736cb36ab45081c3
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sun Jan 3 02:19:14 2010 +0200

    core: Fix a spelling mistake in error message

 src/rygel/rygel-search.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-search.vala b/src/rygel/rygel-search.vala
index 7cc9cdc..1838f94 100644
--- a/src/rygel/rygel-search.vala
+++ b/src/rygel/rygel-search.vala
@@ -139,7 +139,7 @@ internal class Rygel.Search: GLib.Object, Rygel.StateMachine {
                                               this.cancellable);
         if (results.size == 0) {
             throw new ContentDirectoryError.CANT_PROCESS (
-                                        "No objects found that could setisfy" +
+                                        "No objects found that could satisfy" +
                                         " the given search criteria.");
         }
 



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