Skip to content

Commit

Permalink
Fix: 1 typo
Browse files Browse the repository at this point in the history
Signed-off-by: RoboSchmied <github@roboschmie.de>
  • Loading branch information
RoboSchmied committed Mar 26, 2024
1 parent 06fb3f0 commit addd176
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 addd176

Please sign in to comment.