summaryrefslogtreecommitdiff
path: root/indra/newview/llsecapi.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2020-01-08 22:56:10 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2020-01-08 22:56:10 +0200
commitc090cd32b8f6d0321d3785cf4a6f7edcd3936e87 (patch)
treee165050a67b9e77547c8c44180f34afbb21c6efc /indra/newview/llsecapi.h
parentae013b5c825b303cc1695a7735d7268bbdaa4add (diff)
SL-12486 Size check fix
Diffstat (limited to 'indra/newview/llsecapi.h')
-rw-r--r--indra/newview/llsecapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsecapi.h b/indra/newview/llsecapi.h
index 5cde0d549e..69b6b32923 100644
--- a/indra/newview/llsecapi.h
+++ b/indra/newview/llsecapi.h
@@ -491,7 +491,7 @@ public:
virtual bool hasCredentialMap(const std::string& storage,
const std::string& grid)=0;
- // returns true im map is empty or does not exist
+ // returns true if map is empty or does not exist
virtual bool emptyCredentialMap(const std::string& storage,
const std::string& grid)=0;