From 124e50c845c54658d3e70d289e28eb1e54fdfe4d Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 16 Dec 2001 20:34:46 +0000 Subject: Fixed typo: "email addrress" --- modules/drupal.module | 2 +- modules/drupal/drupal.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/drupal.module b/modules/drupal.module index 8867e81b3..a32303731 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -2,7 +2,7 @@ function drupal_conf_options() { $output .= form_textfield("Drupal server", "drupal_server", variable_get("drupal_server", "http://www.drupal.org/xmlrpc.php"), 55, 128, "The URL of your root Drupal XML-RPC server."); - $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail addrress, slogan and mission statement."); + $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail address, slogan and mission statement."); return $output; } diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 8867e81b3..a32303731 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -2,7 +2,7 @@ function drupal_conf_options() { $output .= form_textfield("Drupal server", "drupal_server", variable_get("drupal_server", "http://www.drupal.org/xmlrpc.php"), 55, 128, "The URL of your root Drupal XML-RPC server."); - $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail addrress, slogan and mission statement."); + $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail address, slogan and mission statement."); return $output; } -- cgit v1.2.3