From 708aa692ddb78daf43a0191e6a889c3d5811524e Mon Sep 17 00:00:00 2001 From: wangqi Date: Thu, 19 Apr 2018 10:55:19 +0000 Subject: [PATCH] fix a typo: s/allowd/allowed/ Change-Id: I3193933351412c2bc17688c6250be607afd4beac --- manifests/db/mysql.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/db/mysql.pp b/manifests/db/mysql.pp index a834e8ea..58ec1f77 100644 --- a/manifests/db/mysql.pp +++ b/manifests/db/mysql.pp @@ -21,7 +21,7 @@ # Defaults to '127.0.0.1'. # # [*allowed_hosts*] -# (Optional) other hosts the user is allowd to connect from. +# (Optional) other hosts the user is allowed to connect from. # Defaults to undef. # # [*charset*]