Typo: indice -> index

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-01-10 17:33:20 +01:00 committed by Lubomir I. Ivanov
parent d9ac716162
commit 85ac3106e6
7 changed files with 14 additions and 14 deletions

View file

@ -137,7 +137,7 @@ void emptyList(QList<T *> &list, double steps)
}
}
void DiveCartesianAxis::updateTicks(color_indice_t color)
void DiveCartesianAxis::updateTicks(color_index_t color)
{
if (!scene() || (!changed && !profileWidget->getPrintMode()))
return;
@ -398,7 +398,7 @@ QString TimeAxis::textForValue(double value)
return QString::number(nr);
}
void TimeAxis::updateTicks(color_indice_t color)
void TimeAxis::updateTicks(color_index_t color)
{
DiveCartesianAxis::updateTicks(color);
if (maximum() > 600) {