From 34dcd72d7d022ff615d693a741589f452fe85ca3 Mon Sep 17 00:00:00 2001 From: Vincenzo Petrolo Date: Mon, 22 Mar 2021 13:08:58 +0100 Subject: [PATCH] fix typo Signed-off-by: Vincenzo Petrolo --- sandboxed_api/sandbox2/policybuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandboxed_api/sandbox2/policybuilder.h b/sandboxed_api/sandbox2/policybuilder.h index c595614..c252133 100644 --- a/sandboxed_api/sandbox2/policybuilder.h +++ b/sandboxed_api/sandbox2/policybuilder.h @@ -407,7 +407,7 @@ class PolicyBuilder final { // Builds the policy returning a unique_ptr to it. This should only be called // once. - // This function will abort if an error happened in any off the PolicyBuilder + // This function will abort if an error happened in any of the PolicyBuilder // methods. std::unique_ptr BuildOrDie() { return TryBuild().value(); }