From: Danmark Date: Tue, 16 Oct 2012 11:03:35 +0000 (+0300) Subject: [PR-166] - channelId was misspelled in error message X-Git-Tag: v3.5~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faa9690d240860137d5ea576eeb5b782b64d6bbd;p=thirdparty%2Ftvheadend.git [PR-166] - channelId was misspelled in error message --- diff --git a/src/htsp.c b/src/htsp.c index 99813b0ac..4225b7742 100644 --- a/src/htsp.c +++ b/src/htsp.c @@ -1,6 +1,6 @@ /* * tvheadend, HTSP interface - * Copyright (C) 2007 Andreas Öman + * Copyright (C) 2007 Andreas Öman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1114,7 +1114,7 @@ htsp_method_subscribe(htsp_connection_t *htsp, htsmsg_t *in) htsp_subscription_t *hs; if(htsmsg_get_u32(in, "channelId", &chid)) - return htsp_error("Missing argument 'channeId'"); + return htsp_error("Missing argument 'channelId'"); if(htsmsg_get_u32(in, "subscriptionId", &sid)) return htsp_error("Missing argument 'subscriptionId'");