From 3225cf0e92ae3a45bcd502b0a6b971575f42a9bb Mon Sep 17 00:00:00 2001 From: sebpacz Date: Tue, 23 Mar 2021 21:55:00 +0100 Subject: [PATCH] Fix comment with typo --- Tests/FilesystemTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/FilesystemTest.php b/Tests/FilesystemTest.php index c5f1674c4..2af04a0cf 100644 --- a/Tests/FilesystemTest.php +++ b/Tests/FilesystemTest.php @@ -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 {