Commit e335e0ce8160030861f9c69604a225a64b4aaeff

Authored by Scott Klum
1 parent e89ad62d

Spellcheck

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/landmarks.cpp
... ... @@ -383,7 +383,7 @@ class NamePointsTransform : public UntrainableMetaTransform
383 383  
384 384 for (int i=0; i<indices.size(); i++) {
385 385 if (indices[i] < points.size()) dst.file.set(names[i], points[indices[i]]);
386   - else qFatal("Idex out of range.");
  386 + else qFatal("Index out of range.");
387 387 }
388 388 }
389 389 };
... ...