Skip to content

Commit

Permalink
fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and github-actions[bot] committed Nov 30, 2021
1 parent 7ea729e commit 6831f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/network/qgsnetworkaccessmanager.h
Expand Up @@ -824,7 +824,7 @@ class CORE_EXPORT QgsNetworkAccessManager : public QNetworkAccessManager

// auth request handler, will be set for main thread ONLY
std::unique_ptr< QgsNetworkAuthenticationHandler > mAuthHandler;
// Used by worker threads to wait for authentification handler run in main thread
// Used by worker threads to wait for authentication handler run in main thread
QSemaphore mAuthRequestHandlerSemaphore;
};

Expand Down

0 comments on commit 6831f55

Please sign in to comment.