aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-02-10 20:26:13 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-02-10 20:26:13 +0200
commite8892eae56bd9a0d272e60dbd07d873466ce7067 (patch)
tree2a4a7dc0e2b28c08d793326875bdd90156a37509
parent74795d019d019e72163b7e0549dfb1679f1cfbe0 (diff)
downloadpies-e8892eae56bd9a0d272e60dbd07d873466ce7067.tar.gz
pies-e8892eae56bd9a0d272e60dbd07d873466ce7067.tar.bz2
Fix typos
Spotted by Rafael Fontenelle.
-rw-r--r--ident/provider.c2
-rw-r--r--src/comp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ident/provider.c b/ident/provider.c
index 628c267..44ae342 100644
--- a/ident/provider.c
+++ b/ident/provider.c
@@ -139,13 +139,13 @@ pies_config_provider (struct grecs_node *node)
prov->name = grecs_strdup (name);
prov->mech = mp;
prov->locus = node->locus;
if (mp->configure && mp->configure (node, prov))
{
- grecs_error (&node->locus, 0, "provider configration failed");
+ grecs_error (&node->locus, 0, "provider configuration failed");
//FIXME: memory leak
return 1;
}
if (!identity_provider_list)
identity_provider_list = grecs_list_create ();
diff --git a/src/comp.c b/src/comp.c
index 4f0634c..7eb8479 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -363,13 +363,13 @@ static int
prog_is_leftover (struct prog *prog)
{
return IS_COMPONENT (prog) && !component_is_active (prog->v.p.comp);
}
/* If PROG is a leftover, mark it for termination. If it is a listener,
- terminate it immediately. This ensures that all decomissioned sockets
+ terminate it immediately. This ensures that all decommissioned sockets
are closed before the subsequent call to progman_create_sockets, which
might need to reopen some of them.
*/
static int
mark_prog (struct prog *prog, void *data)
{

Return to:

Send suggestions and report system problems to the System administrator.