Update PlyParser.h

Typo
pull/1108/head
Giuseppe Barbieri 2016-12-11 13:01:26 +01:00 committed by GitHub
parent b1e89e3636
commit 5127e18da6
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ public:
// ------------------------------------------------------------------- // -------------------------------------------------------------------
//! Parse a property from a string. The end of the //! 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 //! if the input string is NOT a valid property (E.g. does
//! not start with the "property" keyword) //! not start with the "property" keyword)
static bool ParseProperty (const char* pCur, const char** pCurOut, static bool ParseProperty (const char* pCur, const char** pCurOut,