From 07307a6d8fdd7c64619b1f0fbfc21f38a3d9b2c7 Mon Sep 17 00:00:00 2001 From: "Barak A. Pearlmutter" Date: Wed, 7 Dec 2016 09:12:03 +0100 Subject: [PATCH] typo --- app/qml/Components/SizedLabel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/Components/SizedLabel.qml b/app/qml/Components/SizedLabel.qml index a3dbfea..23a38b6 100644 --- a/app/qml/Components/SizedLabel.qml +++ b/app/qml/Components/SizedLabel.qml @@ -22,7 +22,7 @@ import QtQuick 2.0 import QtQuick.Controls 1.0 -// This component is simply a label with a predifined size. +// This component is simply a label with a predefined size. // Used to improve alignment. Item {