Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | $wgMetaNamespace = FALSE; |
42 | 42 | |
43 | 43 | |
44 | | -/** URL of the server. It will be automaticly build including https mode */ |
| 44 | +/** URL of the server. It will be automatically built including https mode */ |
45 | 45 | $wgServer = ''; |
46 | 46 | |
47 | 47 | if( isset( $_SERVER['SERVER_NAME'] ) ) { |
— | — | @@ -244,13 +244,13 @@ |
245 | 245 | */ |
246 | 246 | #$wgMimeTypeFile= "/etc/mime.types"; |
247 | 247 | $wgMimeTypeFile= "includes/mime.types"; |
248 | | -#$wgMimeTypeFile= NULL; #use build in defaults only. |
| 248 | +#$wgMimeTypeFile= NULL; #use built-in defaults only. |
249 | 249 | |
250 | 250 | /** Sets the mime type info file to use by MimeMagic.php. |
251 | 251 | * @global string $wgMimeInfoFile |
252 | 252 | */ |
253 | 253 | $wgMimeInfoFile= "includes/mime.info"; |
254 | | -#$wgMimeInfoFile= NULL; #use build in defaults only. |
| 254 | +#$wgMimeInfoFile= NULL; #use built-in defaults only. |
255 | 255 | |
256 | 256 | /** Switch for loading the FileInfo extension by PECL at runtime. |
257 | 257 | * This should be used only if fileinfo is installed as a shared object / dynamic libary |
— | — | @@ -263,7 +263,7 @@ |
264 | 264 | * If not set or NULL, mime_content_type will be used if available. |
265 | 265 | */ |
266 | 266 | $wgMimeDetectorCommand= NULL; # use internal mime_content_type function, available since php 4.3.0 |
267 | | -#$wgMimeDetectorCommand= "file -bi" #use external mime detector (linux) |
| 267 | +#$wgMimeDetectorCommand= "file -bi"; #use external mime detector (Linux) |
268 | 268 | |
269 | 269 | /** Switch for trivial mime detection. Used by thumb.php to disable all fance things, |
270 | 270 | * because only a few types of images are needed and file extensions can be trusted. |