]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
[PR-166] - channelId was misspelled in error message
authorDanmark <viktor.fogelberg@gmail.com>
Tue, 16 Oct 2012 11:03:35 +0000 (14:03 +0300)
committerAdam Sutton <dev@adamsutton.me.uk>
Fri, 19 Oct 2012 14:16:36 +0000 (15:16 +0100)
src/htsp.c

index 99813b0acf2e85d324377421aaade2963a79642f..4225b77427df987f9e804239edb750d270809f11 100644 (file)
@@ -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'");