/*
* 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
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'");