From: Andreas Steffen Date: Thu, 1 May 2014 15:00:04 +0000 (+0200) Subject: Fixed typo X-Git-Tag: 5.2.0dr2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6e7d6975636d24590e8bc170accf557935c2f8;p=thirdparty%2Fstrongswan.git Fixed typo --- diff --git a/src/libpts/swid/swid_inventory.c b/src/libpts/swid/swid_inventory.c index 9d49324582..b72594ee32 100644 --- a/src/libpts/swid/swid_inventory.c +++ b/src/libpts/swid/swid_inventory.c @@ -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;