From 257f0c49bf60f5a2f5a62958af83d4ef10ed0b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E5=85=83?= Date: Wed, 29 Aug 2018 08:07:21 +0800 Subject: [PATCH] typo --- include/phxpaxos/sm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/phxpaxos/sm.h b/include/phxpaxos/sm.h index 601c96c66..f5d8687c1 100644 --- a/include/phxpaxos/sm.h +++ b/include/phxpaxos/sm.h @@ -107,7 +107,7 @@ class StateMachine virtual void BeforePropose(const int iGroupIdx, std::string & sValue); //Because function BeforePropose much waste cpu, - //Only NeedCallBeforePropose return true then weill call function BeforePropose. + //Only NeedCallBeforePropose return true then will call function BeforePropose. //You can use this function to control call frequency. //Default is false. virtual const bool NeedCallBeforePropose();