Skip to content

Commit 15d877f

Browse files
authored
Merge pull request #248 from ernilambar/fix-typo
Fix spelling for filesystem
2 parents 9d6ebb4 + 6781521 commit 15d877f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core_Command.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function check_update( $_, $assoc_args ) {
9696
*
9797
* Downloads and extracts WordPress core files to the specified path. Uses
9898
* current directory when no path is specified. Downloaded build is verified
99-
* to have the correct md5 and then cached to the local filesytem.
99+
* to have the correct md5 and then cached to the local filesystem.
100100
* Subsequent uses of command will use the local cache if it still exists.
101101
*
102102
* ## OPTIONS

0 commit comments

Comments
 (0)