Changeset 6856db8 for npl/kernel


Ignore:
Timestamp:
10/29/18 11:12:08 (6 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
2ac0039
Parents:
8ac1bcd
Message:

spelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/kernel/initrd_scripts/root/etc/drbd.boot

    r8ac1bcd r6856db8  
    340340    else
    341341        if grep sync /proc/drbd >/dev/null; then
    342             echo -ne "${WARN} Syncronising ${NORMAL}"
     342            echo -ne "${WARN} Synchronising ${NORMAL}"
    343343        else
    344344            echo -ne "${BAD} Sync needed ${NORMAL}"
     
    368368                        become_secondary
    369369                        if [ "$REBUILD" ]; then
    370                             splashwarn "Synchronisation started. Please reboot other node to finish installation. (this node will become primary and auto-reboot)"
     370                            splashwarn "Synchronization started. Please reboot other node to finish installation. (this node will become primary and auto-reboot)"
    371371                            # if [ "$CONSISTENT" ]; then
    372                             #     splashwarn "Finished initial synchronisation: This node needs become primary and reboot from harddisk. Please temporary shutdown other node. (this node will become primary and auto-reboot)"
     372                            #     splashwarn "Finished initial synchronization: This node needs become primary and reboot from harddisk. Please temporary shutdown other node. (this node will become primary and auto-reboot)"
    373373                            # else
    374                             #     splashwarn "Redundancy OK: Please wait until initial syncronisation is complete..."
     374                            #     splashwarn "Redundancy OK: Please wait until initial synchronization is complete..."
    375375                            # fi
    376376                        else
     
    434434                splasherror "Redundancy ERROR: The data on this node needs to be synced!"
    435435                echo "Cannot boot this node in this state."
    436                 echo "Please reboot the other node and wait until syncronisation is complete."
     436                echo "Please reboot the other node and wait until synchronization is complete."
    437437            fi
    438438        else #net still online
Note: See TracChangeset for help on using the changeset viewer.