aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2015-07-10 09:45:09 +0200
committerJörg Mayer <jmayer@loplof.de>2015-07-10 07:54:16 +0000
commit52d04fdc1ed19d4c234a77b08dcad28ab009d12a (patch)
tree1f75543a50250eab0620349a3a1309847e44dd38 /ui
parent4da081b0d5a2a00011da633400b456296c39ddb3 (diff)
Fix a typo
Change-Id: If608ef78526c1876cba7650b42eca1d9c9b4e817 Reviewed-on: https://code.wireshark.org/review/9586 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/qcustomplot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/qcustomplot.h b/ui/qt/qcustomplot.h
index eed2906b89..af32bc3bf3 100644
--- a/ui/qt/qcustomplot.h
+++ b/ui/qt/qcustomplot.h
@@ -893,7 +893,7 @@ public:
,esLineArrow ///< A non-filled arrow head with open back
,esDisc ///< A filled circle
,esSquare ///< A filled square
- ,esDiamond ///< A filled diamond (45degre rotated square)
+ ,esDiamond ///< A filled diamond (45 degrees rotated square)
,esBar ///< A bar perpendicular to the line
,esHalfBar ///< A bar perpendicular to the line, pointing out to only one side (to which side can be changed with \ref setInverted)
,esSkewedBar ///< A bar that is skewed (skew controllable via \ref setLength)