Skip to content

Commit

Permalink
fix some typo in README and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
azadkuh committed Apr 15, 2016
1 parent 39eb0d2 commit dabd7c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ int main(int argc, char** argv) {
// set a timeout for making the request
client.setConnectingTimeOut(10000, []{
qDebug("conneting to HTTP server timed out!");
qDebug("connecting to HTTP server timed out!");
QCoreApplication::quit();
});
Expand Down
2 changes: 1 addition & 1 deletion example/helloworld/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void runWeatherClient(QCoreApplication& app) {
});
// set a timeout for making the request
client.setConnectingTimeOut(10000, []{
qDebug("conneting to HTTP server timed out!");
qDebug("connecting to HTTP server timed out!");
QCoreApplication::quit();
});

Expand Down

0 comments on commit dabd7c1

Please sign in to comment.