From 679ac1f6178e62acec2a1af2163d576665433b51 Mon Sep 17 00:00:00 2001 From: Anton Vodonosov Date: Thu, 28 Feb 2013 20:55:48 +0300 Subject: [PATCH] typo in sptm/README.org --- sptm/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sptm/README.org b/sptm/README.org index 32d61fb..ad6a901 100644 --- a/sptm/README.org +++ b/sptm/README.org @@ -97,7 +97,7 @@ ** Security So, we retrieve function names from transaction log and call these functions. - If the log is writable by untrasted parties, we can protect ourselves with + If the log is writable by untrusted parties, we can protect ourselves with a =transaction-checker= - a predicate on the function name. SPTM API accepts such a predicate as a parameter and uses it to verify that transactions refer only allowed functions before executing the transactions.