From b5cc0872e713826c85bdde04e5443be6dca94ebf Mon Sep 17 00:00:00 2001 From: Ryan MacLean <6923433+ryanmaclean@users.noreply.github.com> Date: Sun, 6 Oct 2019 18:13:23 -0700 Subject: [PATCH] Typo fix in mssql_db (#63184) Changed from 'then' to 'than' --- lib/ansible/modules/database/mssql/mssql_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/database/mssql/mssql_db.py b/lib/ansible/modules/database/mssql/mssql_db.py index fa84d79b57..42239d4df2 100644 --- a/lib/ansible/modules/database/mssql/mssql_db.py +++ b/lib/ansible/modules/database/mssql/mssql_db.py @@ -38,7 +38,7 @@ options: - Host running the database login_port: description: - - Port of the MSSQL server. Requires login_host be defined as other then localhost if login_port is used + - Port of the MSSQL server. Requires login_host be defined as other than localhost if login_port is used default: 1433 state: description: