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/conf.php | |
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/conf.php')
-rw-r--r-- | includes/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php index 90d4dd62c..1fb92208a 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -45,7 +45,7 @@ $base_url = "http://localhost"; # # To see what PHP settings are known to work well, take a look at # the .htaccesss file in Drupal's root directory. If you get -# unexcepted warnings or errors, double-check your PHP settings. +# unexpected warnings or errors, double-check your PHP settings. # If required, update PHP's include path to include your PEAR directory: // ini_set("include_path", ".:/path/to/pear"); |