GUACAMOLE-363: Fix typo from column to colnum.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/08ec9ddc Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/08ec9ddc Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/08ec9ddc Branch: refs/heads/master Commit: 08ec9ddc919d473f26e4564965d016d3489457ff Parents: c3f2ac0 Author: Nick Couchman <[email protected]> Authored: Mon Jan 1 16:11:33 2018 -0500 Committer: Nick Couchman <[email protected]> Committed: Mon Jan 1 16:11:33 2018 -0500 ---------------------------------------------------------------------- src/chapters/jdbc-auth.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/08ec9ddc/src/chapters/jdbc-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml index 5ab4a8e..cff15a2 100644 --- a/src/chapters/jdbc-auth.xml +++ b/src/chapters/jdbc-auth.xml @@ -470,7 +470,7 @@ sqlserver-driver: microsoft2005 <tgroup cols="4"> <colspec colname="c1" colnum="1" colwidth="1*"/> <colspec colname="c2" colnum="2" colwidth="1*"/> - <colspec colname="c3" column="3" colwidth="1*"/> + <colspec colname="c3" colnum="3" colwidth="1*"/> <colspec colname="c4" colnum="4" colwidth="2*"/> <thead> <row>
