Skip to content

Commit 74a2b9c

Browse files
committed
typo
1 parent cf65338 commit 74a2b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HJSON/HJSONParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ private function tfnns()
350350
// returns string, true, false, or null.
351351

352352
if ($this->isPunctuatorChar($this->ch))
353-
$this->error("Found a punctuator character '{$this->ch}' when excpecting a quoteless string (check your syntax)");
353+
$this->error("Found a punctuator character '{$this->ch}' when expecting a quoteless string (check your syntax)");
354354

355355
$value = $this->ch;
356356
while (true) {

0 commit comments

Comments
 (0)