Properties: fixes a typo

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Carter Li
2026-04-30 08:50:23 +08:00
parent dfff57dd85
commit e694c8ac84
+1 -1
View File
@@ -55,7 +55,7 @@ bool ffParsePropLinePointer(const char** line, const char* start, FFstrbuf* buff
++(*line);
}
// Allow faster parsing of quotet values
// Allow faster parsing of quoted values
if (**line == '"' || **line == '\'') {
valueEnd = **line;
++(*line);