summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 15:18:33 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 15:49:01 +0000
commit9720605b01f42902fa652f63bdd3395117671599 (patch)
tree92f271fcf7f8bdf4488d4bb7030642ba23894d9c
parentcf32efbedfae65a9a29a1581096041193a372ed3 (diff)
downloadqtquickcontrols-9720605b01f42902fa652f63bdd3395117671599.tar.gz
Fix typos
Change-Id: I7425013eb53a9fb5866c748944dda029ce7edd43 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--examples/quickcontrols/controls/tableview/main.qml2
-rw-r--r--examples/quickcontrols/extras/flat/Content.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quickcontrols/controls/tableview/main.qml b/examples/quickcontrols/controls/tableview/main.qml
index 006fad6d..39c1a8ce 100644
--- a/examples/quickcontrols/controls/tableview/main.qml
+++ b/examples/quickcontrols/controls/tableview/main.qml
@@ -130,7 +130,7 @@ ApplicationWindow {
author: "Kurt Vonnegut"
}
ListElement {
- title: "Farenheit 451"
+ title: "Fahrenheit 451"
author: "Ray Bradbury"
}
ListElement {
diff --git a/examples/quickcontrols/extras/flat/Content.qml b/examples/quickcontrols/extras/flat/Content.qml
index e9b3e869..4e5588c5 100644
--- a/examples/quickcontrols/extras/flat/Content.qml
+++ b/examples/quickcontrols/extras/flat/Content.qml
@@ -522,7 +522,7 @@ Item {
author: "Kurt Vonnegut"
}
ListElement {
- title: "Farenheit 451"
+ title: "Fahrenheit 451"
author: "Ray Bradbury"
}
ListElement {