From 3819c03ec62382df78c7c62d93582398462c1974 Mon Sep 17 00:00:00 2001 From: necuser Date: Mon, 3 Sep 2018 13:15:58 +0530 Subject: Update Spelling issue Issue-ID: AAF-453 Change-Id: I0255c1216e20b5c1c1b2d414018f731ebf2d4b66 Signed-off-by: ankatare --- docs/sections/architecture/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit 1.2.3-korg