Skip to content

Commit 686c8ee

Browse files
committed
Spelling fix
1 parent 7b5a7ea commit 686c8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

level.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ void Level::paintWin(QPainter &p){
10481048
p.setFont(f);
10491049
p.setPen(Qt::white);
10501050
QRect r(0,0,width(),150);
1051-
p.drawText(r,Qt::AlignCenter|Qt::AlignHCenter,name+" complited!");
1051+
p.drawText(r,Qt::AlignCenter|Qt::AlignHCenter,name+" complete!");
10521052
}
10531053
}
10541054
//Function to paint the target arrow

0 commit comments

Comments
 (0)