From 15243cd801128d5da03aaccb020979f34e679510 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Thu, 14 Nov 2013 11:57:01 -0500 Subject: [PATCH] Fix typo in postgresql_user module docstrings --- library/database/postgresql_user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/database/postgresql_user b/library/database/postgresql_user index bb4aa7edcab..b6a4047b4ec 100644 --- a/library/database/postgresql_user +++ b/library/database/postgresql_user @@ -43,7 +43,7 @@ options: default: null password: description: - - set the user's password, before 1.4 this was requried. + - set the user's password, before 1.4 this was required. required: false default: null db: