diff --git a/src/qml/main.qml b/src/qml/main.qml index 65e344b..352414a 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -116,7 +116,7 @@ FishUI.Window { } } - // If the window is minimized, it needs to be displayed agin. + // If the window is minimized, it needs to be displayed again. rootWindow.show() rootWindow.raise() }