Fixed typo
This commit is contained in:
@@ -148,7 +148,7 @@ static status_t generate_tags(private_swid_inventory_t *this, char *generator,
|
|||||||
separator = strchr(line, '_');
|
separator = strchr(line, '_');
|
||||||
if (!separator)
|
if (!separator)
|
||||||
{
|
{
|
||||||
DBG1(DBG_IMC, "separatation of regid from unique software ID "
|
DBG1(DBG_IMC, "separation of regid from unique software ID "
|
||||||
"failed");
|
"failed");
|
||||||
status = FAILED;
|
status = FAILED;
|
||||||
goto end;
|
goto end;
|
||||||
|
|||||||
Reference in New Issue
Block a user