From d56e0343cb219725afaef7229c3e3014160e9c90 Mon Sep 17 00:00:00 2001 From: wangqi Date: Thu, 19 Apr 2018 10:50:50 +0000 Subject: [PATCH] fix a typo: s/allowd/allowed/ Change-Id: I74cfa67801c4cd09fe2aca7a713c74308a806c0f --- 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 268eb91d..9a69963e 100644 --- a/manifests/db/mysql.pp +++ b/manifests/db/mysql.pp @@ -19,7 +19,7 @@ # Optional. Defaults to 'localhost' # # [*allowed_hosts*] -# other hosts the user is allowd to connect from. +# other hosts the user is allowed to connect from. # Optional. Defaults to undef. # # [*charset*]