Skip to content

Commit a320493

Browse files
KhalilSelyanxmfcx
andcommitted
fix typo
Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>
1 parent 274dd69 commit a320493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/src/speed_limit_display.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void SpeedLimitDisplay::drawSpeedLimitIndicator(QPainter & painter, const QRectF
134134
// Define the text to be drawn
135135
QString text = QString::number(current_limit_int);
136136

137-
// Set the font and color for the tex0
137+
// Set the font and color for the text
138138
QFont font = QFont("Quicksand", 16, QFont::Bold);
139139

140140
painter.setFont(font);

0 commit comments

Comments
 (0)