File pacemaker-libcrmcluster-spelling-error-message.patch of Package pacemaker.14737
commit f19804190c92b824a23625a76a81d1dc1ccbc8b5
Author: Ken Gaillot <kgaillot@redhat.com>
Date: Thu Jun 8 17:08:59 2017 -0500
Log: libcrmcluster: fix spelling error in error message
diff --git a/include/crm/cluster/internal.h b/include/crm/cluster/internal.h
index 9297de8db..13156caa6 100644
--- a/include/crm/cluster/internal.h
+++ b/include/crm/cluster/internal.h
@@ -338,7 +338,7 @@ ais_error2text(int error)
text = "Bad flags";
break;
case CS_ERR_TOO_BIG:
- text = "To big";
+ text = "Too big";
break;
case CS_ERR_NO_SECTIONS:
text = "No sections";