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>2018-10-09 01:28:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-09 01:29:14 +0300
commit76f640c27d896e174d3581acfd3a718772d18f11 (patch)
tree1e433f4d6b1f55ba5473a8d329b27e7ad5cc5313 /source/gameengine
parent7920ebd1573a45d3c3f71cde7f748828b46bb91f (diff)
Cleanup: spelling
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Expressions/intern/InputParser.cpp4
-rw-r--r--source/gameengine/GameLogic/SCA_MouseSensor.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Expressions/intern/InputParser.cpp b/source/gameengine/Expressions/intern/InputParser.cpp
index 1f5f9800a33..4c1697c22c7 100644
--- a/source/gameengine/Expressions/intern/InputParser.cpp
+++ b/source/gameengine/Expressions/intern/InputParser.cpp
@@ -417,7 +417,7 @@ int CParser::Priority(int optorkind)
CExpression *CParser::Ex(int i)
{
- // parses an expression in the imput, starting at priority i, and
+ // parses an expression in the input, starting at priority i, and
// returns an CExpression, containing the parsed input
CExpression *e1 = NULL, *e2 = NULL;
int opkind2;
@@ -562,7 +562,7 @@ CExpression *CParser::Ex(int i)
CExpression *CParser::Expr()
{
- // parses an expression in the imput, and
+ // parses an expression in the input, and
// returns an CExpression, containing the parsed input
return Ex(1);
}
diff --git a/source/gameengine/GameLogic/SCA_MouseSensor.cpp b/source/gameengine/GameLogic/SCA_MouseSensor.cpp
index c1ad1c4543a..f3a5269f3d7 100644
--- a/source/gameengine/GameLogic/SCA_MouseSensor.cpp
+++ b/source/gameengine/GameLogic/SCA_MouseSensor.cpp
@@ -202,7 +202,7 @@ bool SCA_MouseSensor::Evaluate()
m_val = 0;
result = true;
}
- else //KX_NO_IMPUTSTATUS
+ else// KX_NO_INPUTSTATUS
{
if (m_val == 1)
{