From b445f0e56031f1d538ddf123a454bd0a6571aa0a Mon Sep 17 00:00:00 2001 From: Laurens van der Maaten Date: Sun, 26 Feb 2023 07:09:16 -0500 Subject: [PATCH] Fix typo --- website/pages/en/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 49619f53..90246906 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -211,7 +211,7 @@ class Index extends React.Component { 'CrypTen currently implements a cryptographic method called '+ 'secure multiparty computation (MPC), and we expect to add '+ 'support for homomorphic encryption and secure enclaves in '+ - 'futue releases. It works in the \u201Chonest but '+ + 'future releases. It works in the \u201Chonest but '+ ' curious\u201D model (assumes the absence of malicious '+ 'and adversarial agents) that is used'+ 'frequently in cryptographic research, but additional '+