diff options
author | Jarek Kobus <[email protected]> | 2018-02-13 15:18:33 +0100 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2018-02-13 15:49:01 +0000 |
commit | 9720605b01f42902fa652f63bdd3395117671599 (patch) | |
tree | 92f271fcf7f8bdf4488d4bb7030642ba23894d9c /examples/quickcontrols | |
parent | cf32efbedfae65a9a29a1581096041193a372ed3 (diff) |
Fix typos
Change-Id: I7425013eb53a9fb5866c748944dda029ce7edd43
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'examples/quickcontrols')
-rw-r--r-- | examples/quickcontrols/controls/tableview/main.qml | 2 | ||||
-rw-r--r-- | examples/quickcontrols/extras/flat/Content.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quickcontrols/controls/tableview/main.qml b/examples/quickcontrols/controls/tableview/main.qml index 006fad6db..39c1a8ce8 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 e9b3e869f..4e5588c51 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 { |