Fix spelling errors.

This commit is contained in:
counterpoint
2015-07-29 12:10:52 +01:00
parent bf4630bb2c
commit 2d6780288a

View File

@ -251,7 +251,7 @@ int rc = 0;
/* /*
* Process the options. * Process the options.
* We have an array of attrbute values passed to us that we must * We have an array of attribute values passed to us that we must
* examine. Supported attributes are: * examine. Supported attributes are:
* uuid= * uuid=
* server-id= * server-id=
@ -427,7 +427,7 @@ int rc = 0;
} }
} }
/* Dinamically allocate master_host server struct, not written in anyfile */ /* Dynamically allocate master_host server struct, not written in anyfile */
if (service->dbref == NULL) { if (service->dbref == NULL) {
SERVICE *service = inst->service; SERVICE *service = inst->service;
SERVER *server; SERVER *server;