Fixed typo

This commit is contained in:
Mark Riddoch
2015-02-13 10:18:55 +00:00
parent a65e8be55d
commit 6d1a11637a

View File

@ -383,7 +383,7 @@ getDatabases(SERVICE *service, MYSQL *con)
"%s: Unable to load database grant information, MaxScale "
"authentication will proceed without including database "
"permissions. To correct this GRANT select permission "
"on msql.db to the user %s.",
"on mysql.db to the user %s.",
service->name, service_user)));
}