[pve-devel] [PATCH cluster] fix #1486 pmxcfs spelling mistake

Alwin Antreich a.antreich at proxmox.com
Wed Aug 23 10:49:29 CEST 2017


Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
---
 data/src/pmxcfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/src/pmxcfs.c b/data/src/pmxcfs.c
index 8fa3bcc..5547d5d 100644
--- a/data/src/pmxcfs.c
+++ b/data/src/pmxcfs.c
@@ -909,7 +909,7 @@ int main(int argc, char *argv[])
 	int len = memdb_read(memdb, "corosync.conf", &conf_data);
 	if (len >= 0) {
 		if (force_local_mode) {
-			cfs_message("forcing local mode (althought corosync.conf exists)");
+			cfs_message("forcing local mode (although corosync.conf exists)");
 			cfs_set_quorate(1, TRUE);
 		} else {
 			if (!(dcdb = dcdb_new(memdb)))
-- 
2.11.0





More information about the pve-devel mailing list