From 715edceb42c2624ca691d2a7edef3583c2a2b0c2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 4 Jul 2012 12:56:58 +0000 Subject: spelling cleanup: metre -> er --- intern/ghost/intern/GHOST_NDOFManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_NDOFManager.cpp b/intern/ghost/intern/GHOST_NDOFManager.cpp index 79102967f3e..d62d4437972 100644 --- a/intern/ghost/intern/GHOST_NDOFManager.cpp +++ b/intern/ghost/intern/GHOST_NDOFManager.cpp @@ -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; -- cgit v1.2.3