diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 56a444b0f2..de0042ff32 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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'. * diff --git a/wp-includes/version.php b/wp-includes/version.php index ce2481ba63..2d07097075 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-41982'; +$wp_version = '4.9-beta3-41983'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.