diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-10-19 18:02:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-10-19 18:02:31 +0000 |
commit | 10f329c0579c24a23f9345a21aa00e56f6755a40 (patch) | |
tree | 70420d6c4543136ccd6b37479522458b9776d9f2 /includes/common.inc | |
parent | b2f8787c90ae7dae020337aaaa2987dcd78a7b9b (diff) | |
download | brdo-10f329c0579c24a23f9345a21aa00e56f6755a40.tar.gz brdo-10f329c0579c24a23f9345a21aa00e56f6755a40.tar.bz2 |
- 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'.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 4 |
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. |