Some typos fixed
This commit is contained in:
parent
9305cf0f9f
commit
3357748aad
@ -3,15 +3,15 @@
|
||||
#
|
||||
#
|
||||
#
|
||||
# A genererate configuration session
|
||||
# Configuration session
|
||||
# Valid options are:
|
||||
# threads=<number of epoll threads>
|
||||
[gateway]
|
||||
threads=1
|
||||
|
||||
|
||||
# A series service definition
|
||||
# Valid option are
|
||||
# A series of service definition
|
||||
# Valid options are
|
||||
# router=<name of router module>
|
||||
# servers=<server name>,<server name>,...
|
||||
# user=<User to fetch password inforamtion with>
|
||||
|
@ -81,7 +81,7 @@ version()
|
||||
void
|
||||
ModuleInit()
|
||||
{
|
||||
fprintf(stderr, "Initial MySQL Client Protcol module.\n");
|
||||
fprintf(stderr, "Initialise MySQL Client Protocol module.\n");
|
||||
}
|
||||
|
||||
/**
|
||||
@ -396,7 +396,7 @@ static int gw_mysql_do_authentication(DCB *dcb, GWBUF *queue) {
|
||||
free(auth_token);
|
||||
|
||||
if (auth_ret != 0) {
|
||||
fprintf(stderr, "<<< CLIENT AUTH FAILEDi for user [%s]\n", username);
|
||||
fprintf(stderr, "<<< CLIENT AUTH FAILED for user [%s]\n", username);
|
||||
}
|
||||
|
||||
return auth_ret;
|
||||
|
@ -60,7 +60,7 @@ ModuleInit()
|
||||
ROUTER_OBJECT *
|
||||
GetModuleObject()
|
||||
{
|
||||
fprintf(stderr, "Returing test router module object.\n");
|
||||
fprintf(stderr, "Returning test router module object.\n");
|
||||
return &MyObject;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user