Pārlūkot izejas kodu

Merge pull request #1108 from elect86/patch-1

Update PlyParser.h
Kim Kulling 8 gadi atpakaļ
vecāks
revīzija
d5e399cbf8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      code/PlyParser.h

+ 1 - 1
code/PlyParser.h

@@ -234,7 +234,7 @@ public:
 
     // -------------------------------------------------------------------
     //! Parse a property from a string. The end of the
-    //! string is either '\n', '\r' or '\0'. Return valie is false
+    //! string is either '\n', '\r' or '\0'. Return value is false
     //! if the input string is NOT a valid property (E.g. does
     //! not start with the "property" keyword)
     static bool ParseProperty (const char* pCur, const char** pCurOut,