mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typos
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ac2ceeafb7
commit
d15a0bc277
2 changed files with 2 additions and 2 deletions
|
@ -266,7 +266,7 @@ static dc_status_t qt_serial_open(dc_custom_io_t *io, dc_context_t *context, con
|
||||||
(LPSOCKADDR) &socketBthAddress,
|
(LPSOCKADDR) &socketBthAddress,
|
||||||
&socketBthAddressBth
|
&socketBthAddressBth
|
||||||
) != 0) {
|
) != 0) {
|
||||||
qDebug() << "FAiled to convert the address " << address;
|
qDebug() << "Failed to convert the address " << address;
|
||||||
free(address);
|
free(address);
|
||||||
|
|
||||||
return DC_STATUS_IO;
|
return DC_STATUS_IO;
|
||||||
|
|
|
@ -21,7 +21,7 @@ git describe
|
||||||
if curl --output /dev/null --silent --head --fail \
|
if curl --output /dev/null --silent --head --fail \
|
||||||
http://subsurface-divelog.org/downloads/TravisMacBuildCache.tar.xz
|
http://subsurface-divelog.org/downloads/TravisMacBuildCache.tar.xz
|
||||||
then
|
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 \
|
curl --output ${TRAVIS_BUILD_DIR}/TravisMacBuildCache.tar.xz \
|
||||||
https://storage.googleapis.com/travis-cache/TravisMacBuildCache.tar.xz
|
https://storage.googleapis.com/travis-cache/TravisMacBuildCache.tar.xz
|
||||||
# curl --output ${TRAVIS_BUILD_DIR}/TravisMacBuildCache.tar.xz \
|
# curl --output ${TRAVIS_BUILD_DIR}/TravisMacBuildCache.tar.xz \
|
||||||
|
|
Loading…
Add table
Reference in a new issue