Docs: Fix typo in `path_is_absolute()` description.

Props octalmage, birgire.
Fixes #42317.

git-svn-id: https://develop.svn.wordpress.org/trunk@41983 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-10-23 22:50:30 +00:00
parent d5e4547ef9
commit 0e87ef42d0
1 changed files with 1 additions and 1 deletions

View File

@ -1646,7 +1646,7 @@ function wp_mkdir_p( $target ) {
}
/**
* Test if a give filesystem path is absolute.
* Test if a given filesystem path is absolute.
*
* For example, '/foo/bar', or 'c:\windows'.
*