Fix a typo in lib/rdcut.cpp that threw a SQL error.

Fix typos in lib/rdsvc.cpp that threw SQL errors.

Fix typos in rdlibrary/list_reports.cpp that threw SQL errors.

Fix typos in utils/rdclilogedit/operations.cpp that threw SQL errors.

Fix typos in utils/rddbmgr/updateschema.cpp that threw SQL errors.

Signed-off-by: David Klann <dklann@broadcasttool.com>
This commit is contained in:
David Klann
2021-05-09 21:29:45 -05:00
parent 4532bc2760
commit 288fb02fed
6 changed files with 23 additions and 12 deletions

View File

@@ -21646,3 +21646,14 @@
* Fixed typos in 'CODINGSTYLE'.
2021-05-07 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0beta0.
2021-05-09 David Klann <dklann@broadcasttool.com>
* Fixed typo in 'lib/rdcut.cpp' that caused SQL
errors.
* Fixed typos in 'lib/rdsvc.cpp' that caused SQL
errors.
* Fixed typos in 'rdlibrary/list_reports.cpp' that caused SQL
errors.
* Fixed typos in 'utils/rdclilogedit/operations.cpp' that caused
SQL errors.
* Fixed typos in 'utils/rddbmgr/updateschema.cpp' that caused SQL
errors.