aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2014-05-01 17:00:04 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-05-01 17:00:50 +0200
commitab6e7d6975636d24590e8bc170accf557935c2f8 (patch)
treeb8b300212ef1c145fd04ad4bc95a7bc6a7e190ff /src
parent7bd8ea2fdd8bc79d4717ec50e224c0fa9dda8b32 (diff)
downloadstrongswan-ab6e7d6975636d24590e8bc170accf557935c2f8.tar.bz2
strongswan-ab6e7d6975636d24590e8bc170accf557935c2f8.tar.xz
Fixed typo
Diffstat (limited to 'src')
-rw-r--r--src/libpts/swid/swid_inventory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libpts/swid/swid_inventory.c b/src/libpts/swid/swid_inventory.c
index 9d4932458..b72594ee3 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;