From 494b57f923d8842683a5312503a1962dc68eada3 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Mon, 28 Oct 2013 16:06:45 +0100 Subject: [PATCH] server: Fix typo https://bugzilla.gnome.org/show_bug.cgi?id=710999 --- src/librygel-server/rygel-http-item-uri.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librygel-server/rygel-http-item-uri.vala b/src/librygel-server/rygel-http-item-uri.vala index ab764e1..e1018b6 100644 --- a/src/librygel-server/rygel-http-item-uri.vala +++ b/src/librygel-server/rygel-http-item-uri.vala @@ -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")); } } -- 2.7.4