Skip to content

Commit

Permalink
Fix comment with typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebpacz committed Mar 23, 2021
1 parent 715e7a5 commit 3225cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/FilesystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ public function testCopyShouldKeepExecutionPermission()
}

/**
* Normalize the given path (transform each blackslash into a real directory separator).
* Normalize the given path (transform each forward slash into a real directory separator).
*/
private function normalize(string $path): string
{
Expand Down

0 comments on commit 3225cf0

Please sign in to comment.