diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2012-12-08 20:01:20 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-12-08 20:01:20 +0100 |
commit | e481a65ffd10f9235ff6f6a4eaf67ba1897de88f (patch) | |
tree | 04dc05d3247ffe2a6769126a22f8df2fbf54db6c /conflictcheck.c | |
parent | 4e8b7b0cd29d820e8206d0d6418400243b182c03 (diff) | |
download | vdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.gz vdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.bz2 |
Spelling fixes
Diffstat (limited to 'conflictcheck.c')
-rw-r--r-- | conflictcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conflictcheck.c b/conflictcheck.c index 2a6ff87..aa9c5e9 100644 --- a/conflictcheck.c +++ b/conflictcheck.c @@ -567,7 +567,7 @@ int cConflictCheck::GetDevice(cConflictCheckTimerObj* TimerObj, bool* NeedsDetac if (NumUsableSlots && !CamSlots.Get(j)->Assign(devices[i].device, true)) continue; // CAM slot can't be used with this device bool ndr; - if (devices[i].ProvidesChannel(Channel, Priority, &ndr)) { // this device is basicly able to do the job + if (devices[i].ProvidesChannel(Channel, Priority, &ndr)) { // this device is basically able to do the job if (NumUsableSlots && devices[i].CamSlot() && devices[i].CamSlot() != CamSlots.Get(j)) ndr = true; // using a different CAM slot requires detaching receivers // Put together an integer number that reflects the "impact" using |