From c090cd32b8f6d0321d3785cf4a6f7edcd3936e87 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Wed, 8 Jan 2020 22:56:10 +0200 Subject: SL-12486 Size check fix --- indra/newview/llsecapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llsecapi.h') 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; -- cgit v1.2.3