server: Fix typo
authorJens Georg <jensg@openismus.com>
Mon, 28 Oct 2013 15:06:45 +0000 (16:06 +0100)
committerJens Georg <jensg@openismus.com>
Mon, 28 Oct 2013 15:06:59 +0000 (16:06 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=710999

src/librygel-server/rygel-http-item-uri.vala

index ab764e1..e1018b6 100644 (file)
@@ -176,7 +176,7 @@ internal class Rygel.HTTPItemURI : Object {
         }
 
         if (this.item_id == null) {
-            throw new HTTPRequestError.NOT_FOUND (_("Not Found"));
+            throw new HTTPRequestError.NOT_FOUND (_("Not found"));
         }
     }