mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:26:53 +08:00
Fixed typo
This commit is contained in:
@@ -71,7 +71,7 @@ namespace openalprnet_cli
|
||||
var alpr = new AlprNet(region, config);
|
||||
if (!alpr.isLoaded())
|
||||
{
|
||||
Console.WriteLine("OpenAlpr failed to loaded!");
|
||||
Console.WriteLine("OpenAlpr failed to load!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user