From: necuser Date: Mon, 3 Sep 2018 07:45:58 +0000 (+0530) Subject: Update Spelling issue X-Git-Tag: 2.1.2~70^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3819c03ec62382df78c7c62d93582398462c1974;p=aaf%2Fauthz.git Update Spelling issue Issue-ID: AAF-453 Change-Id: I0255c1216e20b5c1c1b2d414018f731ebf2d4b66 Signed-off-by: ankatare --- diff --git a/docs/sections/architecture/security.rst b/docs/sections/architecture/security.rst index 93247899..afc99295 100644 --- a/docs/sections/architecture/security.rst +++ b/docs/sections/architecture/security.rst @@ -12,7 +12,7 @@ The service side is always compute process, but the client can be of two types: * People (via browser, or perhaps command line tool) * Compute process talking to another computer process. -In larger systems, it is atypical to have just one connection, but will the call initiated by the initial actor will cause additional calls after it. Thus, we demonstrate both a client call, and a subsequent call in the following: +In larger systems, it is a typical to have just one connection, but will the call initiated by the initial actor will cause additional calls after it. Thus, we demonstrate both a client call, and a subsequent call in the following: Thus, the essential building blocks of any networked system is made up of a caller and any subsquent calls.