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 /modules/drupal.module | |
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 'modules/drupal.module')
-rw-r--r-- | modules/drupal.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drupal.module b/modules/drupal.module index a4da75208..8ad5395dd 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -106,7 +106,7 @@ function drupal_directory_ping($arguments) { } /** - * Formats a list of all sites indexed in the ddirectory. + * Formats a list of all sites indexed in the directory. * * This function may be called from a custom page on sites that are * Drupal directory servers. |