Update Spelling issue 57/64657/1
authornecuser <ankatare@hotmail.com>
Mon, 3 Sep 2018 07:45:58 +0000 (13:15 +0530)
committerankatare <ankatare@hotmail.com>
Wed, 5 Sep 2018 09:06:47 +0000 (14:36 +0530)
Issue-ID: AAF-453

Change-Id: I0255c1216e20b5c1c1b2d414018f731ebf2d4b66
Signed-off-by: ankatare <ankatare@hotmail.com>
docs/sections/architecture/security.rst

index 9324789..afc9929 100644 (file)
@@ -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.