spelling cleanup: metre -> er

This commit is contained in:
Campbell Barton
2012-07-04 12:56:58 +00:00
parent 7cde835c2e
commit 715edceb42
3 changed files with 74 additions and 74 deletions

View File

@@ -395,7 +395,7 @@ void GHOST_NDOFManager::setDeadZone(float dz)
dz = 0.f;
}
else if (dz > 0.5f) {
// warn the rogue user/programmer, but allow it
// warn the rogue user/developer, but allow it
GHOST_PRINTF("ndof: dead zone of %.2f is rather high...\n", dz);
}
m_deadZone = dz;