aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/Glow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/Glow.qml')
-rw-r--r--src/effects/Glow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/Glow.qml b/src/effects/Glow.qml
index 73ea4cf..f8d7bc0 100644
--- a/src/effects/Glow.qml
+++ b/src/effects/Glow.qml
@@ -105,7 +105,7 @@ Item {
Depending on the radius value, value of the \l{Glow::samples}{samples}
should be set to sufficiently large to ensure the visual quality.
- 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