diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ make-options create-apk-itinerary-app end options ``` -You will also need OpenSSL in a version matching what your Qt was built againt, which unfortunately +You will also need OpenSSL in a version matching what your Qt was built against, which unfortunately is a bit more cumbersome to build, see https://wiki.openssl.org/index.php/Android. ### Building for all other platforms diff --git a/src/app/TicketTokenDelegate.qml b/src/app/TicketTokenDelegate.qml --- a/src/app/TicketTokenDelegate.qml +++ b/src/app/TicketTokenDelegate.qml @@ -58,7 +58,7 @@ anchors.bottom: barcodeContainer.bottom color: "white" implicitWidth: Math.max(root.width * 0.8, barcode.implicitWidth + barcode.anchors.margins * 2) - // ### we asume aspect ratio 1:1 here, which is correct for QR and Aztec only + // ### we assume aspect ratio 1:1 here, which is correct for QR and Aztec only implicitHeight: visible ? implicitWidth : 0 visible: barcode.implicitHeight > 0 diff --git a/src/weather/weatherforecastmanager.h b/src/weather/weatherforecastmanager.h --- a/src/weather/weatherforecastmanager.h +++ b/src/weather/weatherforecastmanager.h @@ -33,7 +33,7 @@ class QNetworkReply; class QXmlStreamReader; -/** Access to weather forecast data based on geo coorinates. */ +/** Access to weather forecast data based on geo coordinates. */ class WeatherForecastManager : public QObject { Q_OBJECT