From e814cbaa63f214d261e0cdd76af2a47b43cdd2ae Mon Sep 17 00:00:00 2001 From: Adam Babik Date: Fri, 26 Apr 2019 10:26:51 +0200 Subject: [PATCH] fix typo --- x4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x4.md b/x4.md index 8f3e755..9ee9af1 100644 --- a/x4.md +++ b/x4.md @@ -123,7 +123,7 @@ TODO ## Dependencies between layers -As it was mentioned above, there are cases when two layers dependen on one another: +As it was mentioned above, there are cases when two layers depend on one another: * encrypting messages is done by the privacy layer instead of security layer * the privacy layer needs to know some details of the payload to properly route it.