aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 12:47:51 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-02-14 07:17:06 +0000
commitdfcbcb2776f0f731b6722aacf9bf4c95a872beef (patch)
tree0e39a0d5dbc1050b749def45be2b9b2f3042b8a7
parent586476ff2ce59ba4ea2cee2ab59818e0bda4b90c (diff)
Fix typos
Change-Id: I333a33a65ce4ff2469f7eb66663808cb75d756a2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/effects/DirectionalBlur.qml2
-rw-r--r--src/effects/DropShadow.qml2
-rw-r--r--src/effects/GaussianBlur.qml2
-rw-r--r--src/effects/Glow.qml2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/effects/DirectionalBlur.qml b/src/effects/DirectionalBlur.qml
index 6965a52..7525dbc 100644
--- a/src/effects/DirectionalBlur.qml
+++ b/src/effects/DirectionalBlur.qml
@@ -85,7 +85,7 @@ Item {
property variant source
/*!
- This property defines the percieved amount of movement for each pixel.
+ This property defines the perceived amount of movement for each pixel.
The movement is divided evenly to both sides of each pixel.
The quality of the blur depends on \l{DirectionalBlur::samples}{samples}
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
diff --git a/src/effects/GaussianBlur.qml b/src/effects/GaussianBlur.qml
index a9999a8..579682a 100644
--- a/src/effects/GaussianBlur.qml
+++ b/src/effects/GaussianBlur.qml
@@ -92,7 +92,7 @@ Item {
affect the blurring of an individual pixel. A larger radius increases
the blur effect.
- 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
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