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>2010-04-25 19:24:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-25 19:24:18 +0400
commit93f420b6669bd17646255b0990b0904681718da8 (patch)
treeff2a29c89a70496575e255a6f6a7d66bb4c2d16e /source/blender/makesdna
parent93bc6fb829c4ee1e32f7891ec0b4989d908f45e2 (diff)
correct typo's
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_documentation.h2
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_documentation.h b/source/blender/makesdna/DNA_documentation.h
index d0f24eb0010..a911b92c313 100644
--- a/source/blender/makesdna/DNA_documentation.h
+++ b/source/blender/makesdna/DNA_documentation.h
@@ -44,7 +44,7 @@
* untyped. The parser/dna generator has been modified to explicitly
* handle these special cases. Most pointers have been given proper
* proto's by now. DNA_space_types.h::Spacefile::returnfuncmay still
- * be badly defined. The reason for this is that is is called with
+ * be badly defined. The reason for this is that it is called with
* different types of arguments. It takes a char* at this moment...
*
* - Path to the header files
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 3117536a7dc..15be298f134 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -607,7 +607,7 @@ typedef enum {
typedef struct FluidsimModifierData {
ModifierData modifier;
- struct FluidsimSettings *fss; /* definition is is DNA_object_fluidsim.h */
+ struct FluidsimSettings *fss; /* definition is in DNA_object_fluidsim.h */
struct PointCache *point_cache; /* definition is in DNA_object_force.h */
} FluidsimModifierData;