summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/wp-includes/functions.php')
-rw-r--r--src/wp-includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php
index b85036cb95..d7cc00672b 100644
--- a/src/wp-includes/functions.php
+++ b/src/wp-includes/functions.php
@@ -2270,7 +2270,7 @@ function wp_is_writable( $path ) {
* PHP has issues with Windows ACL's for determine if a
* directory is writable or not, this works around them by
* checking the ability to open files rather than relying
- * upon PHP to interprate the OS ACL.
+ * upon PHP to interpret the OS ACL.
*
* @since 2.8.0
*