summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 1984796c9..cb40c7f54 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -1064,7 +1064,7 @@ function format_name($object) {
*
* Drupal uses these functions to achieve consistency in its form presentation,
* while at the same time simplifying code and reducing the amount of HTML that
- * must be explicily generated by modules.
+ * must be explicitly generated by modules.
*/
/**
@@ -1253,7 +1253,7 @@ function form_checkbox($title, $name, $value = 1, $checked = FALSE, $description
* @param $name
* The internal name used to refer to the buttons.
* @param $values
- * A linear array of keys of the initally checked boxes.
+ * A linear array of keys of the initially checked boxes.
* @param $options
* An associative array of buttons to display. The keys in this array are
* button values, while the values are the labels to display for each button.