Skip to content

Commit

Permalink
Fix spelling in db update messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Feb 16, 2022
1 parent 8d08c75 commit 0e25c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/dbcheck.cpp
Expand Up @@ -3909,12 +3909,12 @@ static bool doUpgradeTVDatabaseSchema(void)
{
// Delete any existing recording extender tables.
DBUpdates updates = getRecordingExtenderDbInfo(-1);
if (!performUpdateSeries("MythtTV", updates))
if (!performUpdateSeries("MythTV", updates))
return false;

// Now (re)create them.
updates = getRecordingExtenderDbInfo(1);
if (!performUpdateSeries("MythtTV", updates))
if (!performUpdateSeries("MythTV", updates))
return false;

// Add new tv listing name ->api name mappings for college
Expand Down

0 comments on commit 0e25c4a

Please sign in to comment.