Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-07-04 16:56:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-04 16:56:58 +0400
commit715edceb42c2624ca691d2a7edef3583c2a2b0c2 (patch)
treeeb4a9169c49564b91c4416fa4cc8524f30e530ac /intern/ghost
parent7cde835c2e15d39692bd6715e8d3acaffe3a5c92 (diff)
spelling cleanup: metre -> er
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_NDOFManager.cpp2
1 files changed, 1 insertions, 1 deletions
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;