Skip to content

Commit

Permalink
Merge pull request #17644 from RoboSchmied/RoboSchmied-AGfixT71
Browse files Browse the repository at this point in the history
Fix typo in comment section of MoFileParser.php
  • Loading branch information
othercorey committed Mar 26, 2024
2 parents 06fb3f0 + addd176 commit 6a1fe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/I18n/Parser/MoFileParser.php
Expand Up @@ -154,7 +154,7 @@ public function parse(string $file): array
}

/**
* Reads an unsigned long from stream respecting endianess.
* Reads an unsigned long from stream respecting endianness.
*
* @param resource $stream The File being read.
* @param bool $isBigEndian Whether the current platform is Big Endian
Expand Down

0 comments on commit 6a1fe8e

Please sign in to comment.