Fixed typo

This commit is contained in:
Andreas Steffen
2014-05-01 17:00:50 +02:00
parent 7bd8ea2fdd
commit ab6e7d6975
+1 -1
View File
@@ -148,7 +148,7 @@ static status_t generate_tags(private_swid_inventory_t *this, char *generator,
separator = strchr(line, '_');
if (!separator)
{
DBG1(DBG_IMC, "separatation of regid from unique software ID "
DBG1(DBG_IMC, "separation of regid from unique software ID "
"failed");
status = FAILED;
goto end;