Skip to content

Commit a19f581

Browse files
authored
Merge pull request #156 from open-ephys-plugins/fix-spelling
Fix spelling in error message
2 parents d3e474b + f4cb28c commit a19f581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/OnixSource.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ bool OnixSource::initializeDevices (device_map_t deviceTable, bool updateStreamI
401401
else
402402
{
403403
Onix1::showWarningMessageBoxAsync (
404-
"Unkown Hub ID",
404+
"Unknown Hub ID",
405405
"Discovered hub ID " + std::to_string (hubId) + " (" + onix_hub_str (hubId) + ") on " + OnixDevice::getPortName (hubIndex) + " which does not match any currently implemented hubs.");
406406
devicesFound = false;
407407
sources.clear();
@@ -493,7 +493,7 @@ bool OnixSource::initializeDevices (device_map_t deviceTable, bool updateStreamI
493493
else
494494
{
495495
Onix1::showWarningMessageBoxAsync (
496-
"Unkown Hub ID",
496+
"Unknown Hub ID",
497497
"Discovered hub ID " + std::to_string (hsid) + " (" + onix_hub_str (hsid) + ") on " + OnixDevice::getPortName (OnixDevice::getHubIndexFromPassthroughIndex (index)) + " which does not match any currently implemented hubs.");
498498
devicesFound = false;
499499
sources.clear();

0 commit comments

Comments
 (0)