diff options
-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 { |