]> git.proxmox.com Git - pve-cluster.git/commitdiff
fix #1486 pmxcfs spelling mistake
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 23 Aug 2017 08:49:29 +0000 (10:49 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 4 Sep 2017 13:49:15 +0000 (15:49 +0200)
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
data/src/pmxcfs.c

index 8fa3bccad5bf65f095104d2d75654c2b5e576120..5547d5d31c927755197972455365b421f242df86 100644 (file)
@@ -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)))