Browse Source

Update BlenderDNA.h

Giuseppe Barbieri 7 years ago
parent
commit
4736160b79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/BlenderDNA.h

+ 1 - 1
code/BlenderDNA.h

@@ -204,7 +204,7 @@ enum ErrorPolicy {
 
 
 // -------------------------------------------------------------------------------
 // -------------------------------------------------------------------------------
 /** Represents a data structure in a BLEND file. A Structure defines n fields
 /** Represents a data structure in a BLEND file. A Structure defines n fields
- *  and their locatios and encodings the input stream. Usually, every
+ *  and their locations and encodings the input stream. Usually, every
  *  Structure instance pertains to one equally-named data structure in the
  *  Structure instance pertains to one equally-named data structure in the
  *  BlenderScene.h header. This class defines various utilities to map a
  *  BlenderScene.h header. This class defines various utilities to map a
  *  binary `blob` read from the file to such a structure instance with
  *  binary `blob` read from the file to such a structure instance with