From 9d49fa0e6373d78c794e8472ed3f527392dfabcd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Mar 2012 11:45:08 +0000 Subject: style cleanup - spelling corrections & update some incorrect comments. --- source/gameengine/Ketsji/KX_CameraActuator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/Ketsji/KX_CameraActuator.cpp') diff --git a/source/gameengine/Ketsji/KX_CameraActuator.cpp b/source/gameengine/Ketsji/KX_CameraActuator.cpp index 361fe3326f5..1db8641376e 100644 --- a/source/gameengine/Ketsji/KX_CameraActuator.cpp +++ b/source/gameengine/Ketsji/KX_CameraActuator.cpp @@ -210,7 +210,7 @@ static void Kx_VecUpMat3(float vec[3], float mat[][3], short axis) bool KX_CameraActuator::Update(double curtime, bool frame) { - /* wondering... is it really neccesary/desirable to suppress negative */ + /* wondering... is it really necessary/desirable to suppress negative */ /* events here? */ bool bNegativeEvent = IsNegativeEvent(); RemoveAllEvents(); -- cgit v1.2.3