Another typo fix

This commit is contained in:
Matt Nadareski
2016-03-30 12:23:50 -07:00
parent 964669b71b
commit e3928fa002

View File

@@ -835,7 +835,7 @@ Make a selection:
int sysid = -1;
if (Int32.TryParse(systemid, out sysid))
{
if (DBTools.RemoveSource(sysid, _connectionString))
if (DBTools.RemoveSystem(sysid, _connectionString))
{
Console.WriteLine("System '" + sysid + "' removed!");
}