From 10f329c0579c24a23f9345a21aa00e56f6755a40 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 19 Oct 2004 18:02:31 +0000 Subject: - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'. --- includes/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/common.inc') 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. -- cgit v1.2.3