From c5696da129746c47c8f319a5be91d2053cd9593a Mon Sep 17 00:00:00 2001
From: Olivier Couet <Olivier.Couet@cern.ch>
Date: Mon, 4 Jul 2011 07:36:19 +0000
Subject: [PATCH] Fix a typo according to:
 http://root.cern.ch/phpBB3/viewtopic.php?f=10&t=13028

git-svn-id: http://root.cern.ch/svn/root/trunk@40113 27541ba8-7e3a-0410-8455-c3a389f83636
---
 docbook/users-guide/Graphics.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docbook/users-guide/Graphics.xml b/docbook/users-guide/Graphics.xml
index 670af6dfbbe..1cbe96dba9d 100644
--- a/docbook/users-guide/Graphics.xml
+++ b/docbook/users-guide/Graphics.xml
@@ -2953,7 +2953,7 @@ set with:</para>
 <programlisting language="c++">root[]<emphasis role="bold"><code> li-&gt;SetLineStyle(style)</code></emphasis>
 </programlisting>
 
-<para>The argument style is one of: 1=solid, 2=dash, 3=dash-dot, 4=dot-dot.</para>
+<para>The argument style is one of: 1=solid, 2=dash, 3=dot, 4=dash-dot.</para>
 <para>The line width may be set by a method call. What is said here applies to
 all objects deriving from <emphasis role="bold"><code>TAttLine</code></emphasis>,
 and there are many (histograms, plots). We will take an example that may be
-- 
GitLab