From 5127e18da64f7ca086ef29dd2bd50fef0b41a183 Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Sun, 11 Dec 2016 13:01:26 +0100 Subject: [PATCH] Update PlyParser.h Typo --- code/PlyParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/PlyParser.h b/code/PlyParser.h index 2753c1004..30791e22b 100644 --- a/code/PlyParser.h +++ b/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,