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 nyalldawson committed Nov 4, 2021
1 parent 80750d5 commit 1b5a643
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 1b5a643

Please sign in to comment.