diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 09:44:28 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 09:44:28 -0400 |
| commit | 014df88aa874fcfc4c76fd13ad23deddecb7570d (patch) | |
| tree | 96a1c452afbc4828b219beaf87883444fb61851d | |
| parent | 960afe9ea56fe43fd5258043f64a19eb867b022b (diff) | |
typo
| -rw-r--r-- | src/envsecurity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/envsecurity.cpp b/src/envsecurity.cpp index 3060e6f5..8b1d25b2 100644 --- a/src/envsecurity.cpp +++ b/src/envsecurity.cpp @@ -244,7 +244,7 @@ QString SecurityProduct::providerToString() const } if (ps.empty()) { - return "doesn't provider anything"; + return "doesn't provide anything"; } return ps.join("|"); |
