epgcache.cpp: fix typo
[vuplus_dvbapp] / lib / dvb / epgcache.cpp
index 5381195..2dc3641 100644 (file)
@@ -1717,7 +1717,7 @@ void fillTuple(ePyObject tuple, const char *argstring, int argcount, ePyObject s
                                ++argcount;
                                continue;
                        default:  // ignore unknown
-                               tmp = ePyObjec();
+                               tmp = ePyObject();
                                eDebug("fillTuple unknown '%c'... insert 'None' in result", c);
                }
                if (!tmp)