From fbc0bcbd9c1190d19c4468b6cf860a3ba06625f2 Mon Sep 17 00:00:00 2001
From: Brian Coca <brian.coca+git@gmail.com>
Date: Wed, 13 May 2015 13:59:24 -0400
Subject: [PATCH] minor doc fixes

---
 database/mysql/mysql_replication.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/database/mysql/mysql_replication.py b/database/mysql/mysql_replication.py
index 92d98fe3b2b..96d5be0ce39 100644
--- a/database/mysql/mysql_replication.py
+++ b/database/mysql/mysql_replication.py
@@ -93,7 +93,7 @@ options:
     master_ssl:
         description:
             - same as mysql variable
-        possible values: 0,1
+        choices: [ 0, 1 ]
     master_ssl_ca:
         description:
             - same as mysql variable
@@ -110,8 +110,11 @@ options:
         description:
             - same as mysql variable
     master_auto_position:
-        descrtiption:
+        description:
             - does the host uses GTID based replication or not
+        required: false
+        default: null
+        version_added: "2.0"
 '''
 
 EXAMPLES = '''