diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-12 23:15:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-13 17:07:42 -0700 |
commit | d15a0bc2770ad7ee40c10d5dbe4957236d4ebc1d (patch) | |
tree | d3165e0be5174b94e2f4aad82b7597f6bdc9364d | |
parent | ac2ceeafb73f95713aa8ca3d90103f11a546c6dc (diff) | |
download | subsurface-d15a0bc2770ad7ee40c10d5dbe4957236d4ebc1d.tar.gz |
Fix typos
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | core/qtserialbluetooth.cpp | 2 | ||||
-rw-r--r-- | scripts/mac/before_install.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/qtserialbluetooth.cpp b/core/qtserialbluetooth.cpp index fecd58a08..cb2cb5935 100644 --- a/core/qtserialbluetooth.cpp +++ b/core/qtserialbluetooth.cpp @@ -266,7 +266,7 @@ static dc_status_t qt_serial_open(dc_custom_io_t *io, dc_context_t *context, con (LPSOCKADDR) &socketBthAddress, &socketBthAddressBth ) != 0) { - qDebug() << "FAiled to convert the address " << address; + qDebug() << "Failed to convert the address " << address; free(address); return DC_STATUS_IO; diff --git a/scripts/mac/before_install.sh b/scripts/mac/before_install.sh index 60d7312c9..98423c33a 100644 --- a/scripts/mac/before_install.sh +++ b/scripts/mac/before_install.sh @@ -21,7 +21,7 @@ git describe if curl --output /dev/null --silent --head --fail \ http://subsurface-divelog.org/downloads/TravisMacBuildCache.tar.xz then - echo "Download Homebrew with all our packages and overwritw /usr/local" + echo "Download Homebrew with all our packages and overwrite /usr/local" curl --output ${TRAVIS_BUILD_DIR}/TravisMacBuildCache.tar.xz \ https://storage.googleapis.com/travis-cache/TravisMacBuildCache.tar.xz # curl --output ${TRAVIS_BUILD_DIR}/TravisMacBuildCache.tar.xz \ |