aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/DropShadow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/DropShadow.qml')
-rw-r--r--src/effects/DropShadow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/DropShadow.qml b/src/effects/DropShadow.qml
index 065a489..0668a80 100644
--- a/src/effects/DropShadow.qml
+++ b/src/effects/DropShadow.qml
@@ -104,7 +104,7 @@ Item {
Radius defines the softness of the shadow. A larger radius causes the
edges of the shadow to appear more blurry.
- The ideal blur is acheived by selecting \c samples and \c radius such
+ The ideal blur is achieved by selecting \c samples and \c radius such
that \c {samples = 1 + radius * 2}, such as:
\table