Skip to content

Commit cd8ff4b

Browse files
committed
fix typo in comment
1 parent bc2a1ad commit cd8ff4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Bars/Advanced/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ void MainWindow::on_fixPlaneSizeCB_toggled(bool checked)
209209
plane->setFixedDataCoordinateSpaceRelation(checked);
210210
// just a little adjustment:
211211
// Reset the zoom settings to their initial values
212-
// when the releation-adjust checkbox is unchecked:
212+
// when the relation-adjust checkbox is unchecked:
213213
if (!checked) {
214214
m_chart->coordinatePlane()->setZoomFactorX(1.0);
215215
m_chart->coordinatePlane()->setZoomFactorY(1.0);

0 commit comments

Comments
 (0)