summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc
index fedd99265..4dfdbae95 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -373,7 +373,7 @@ function drupal_uninstall_module($module) {
* @param $type
* The type of file. Can be file (default), dir, or link.
* @return
- * TRUE on success or FALSE on failure. A messsage is set for the latter.
+ * TRUE on success or FALSE on failure. A message is set for the latter.
*/
function drupal_verify_install_file($file, $mask = NULL, $type = 'file') {
$return = TRUE;