summaryrefslogtreecommitdiffstats
path: root/basicsuite
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-05-03 15:03:59 +0200
committerGunnar Sletta <gunnar.sletta@digia.com>2013-05-03 16:07:38 +0300
commit967b3350ed06807089cb1e740e1bed68d5b786fe (patch)
treec905c435f3e24a63ec0779e04dbc69708edc1cee /basicsuite
parentea39857705926c84c64db88f93cbc18034b577d5 (diff)
Fix typo
Change-Id: I304d6ab1caae4a5df147fbb57f0ed836e7a41a8c Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'basicsuite')
-rw-r--r--basicsuite/Graphical Effects/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/Graphical Effects/main.qml b/basicsuite/Graphical Effects/main.qml
index b337804..b4f148b 100644
--- a/basicsuite/Graphical Effects/main.qml
+++ b/basicsuite/Graphical Effects/main.qml
@@ -38,7 +38,7 @@ Item {
ListElement { name: "Hue / Saturation"; file: "effect_HueSaturation.qml" }
ListElement { name: "Opacity Mask"; file: "effect_OpacityMask.qml" }
ListElement { name: "Threshold Mask"; file: "effect_ThresholdMask.qml" }
- ListElement { name: "Wave (costom)"; file: "effect_CustomWave.qml" }
+ ListElement { name: "Wave (custom)"; file: "effect_CustomWave.qml" }
ListElement { name: "Dissolve (custom)"; file: "effect_CustomDissolve.qml" }
}