Index: sources/gui/qml/PowerItem.qml =================================================================== diff -u -r364cf0959b78d4e86c7220fb878c5246c9d7d6bd -r6ccee3fdf50b4717096745fb5b3f5ecc91b9cd1b --- sources/gui/qml/PowerItem.qml (.../PowerItem.qml) (revision 364cf0959b78d4e86c7220fb878c5246c9d7d6bd) +++ sources/gui/qml/PowerItem.qml (.../PowerItem.qml) (revision 6ccee3fdf50b4717096745fb5b3f5ecc91b9cd1b) @@ -73,7 +73,7 @@ function open() { _root.isOpen = true _powerOffDialog.open() - _confirmDialog.close() // close the user confrimation dialog if the power off is requested + _confirmDialog.close() // close the user confirmation dialog if the power off is requested _alarmItem.alarmMinimize() }