diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc
index 3f3726fc3f5da53824fae37387604007e966761c..cc180883de49be8d78e511eff24c056eefc908b0 100644
--- a/core/includes/install.core.inc
+++ b/core/includes/install.core.inc
@@ -2195,7 +2195,7 @@ function install_check_requirements($install_state) {
       }
       // If the $file is not writable, throw an error.
       if (!$writable) {
-        $requirements["$file file writeable"] = [
+        $requirements["$file file writable"] = [
           'title' => $default_file_info['title'],
           'value' => t('The %file is not writable.', ['%file' => $default_file_info['title']]),
           'severity' => REQUIREMENT_ERROR,