From 62148d10cf2b294b2bc98f4ffcc211c45b3ed4c5 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Fri, 12 Apr 2013 14:16:12 +0900 Subject: [PATCH] Fix a typo in README.recovery Fix a typo. Signed-off-by: Masatake YAMATO Reviewed-by: Jan Friesse --- README.recovery | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.recovery b/README.recovery index 42397e81..286bb360 100644 --- a/README.recovery +++ b/README.recovery @@ -1,7 +1,7 @@ SYNCHRONIZATION ALGORITHM: ------------------------- The synchronization algorithm is used for every service in corosync to -synchronize state of he system. +synchronize state of the system. There are 4 events of the synchronization algorithm. These events are in fact functions that are registered in the service handler data structure. They