Issue #2231171 by Jalandhar: Fix spelling mistake in exception thrown in drupal_rewrite_settings().
parent
f8c810619b
commit
b40273af3c
|
|
@ -303,7 +303,7 @@ function drupal_rewrite_settings($settings = array(), $settings_file = NULL) {
|
|||
else {
|
||||
// If the expression was $a = 1 + 2; then we replaced 1 and
|
||||
// the + is unexpected.
|
||||
throw new Exception('Unepxected token after replacing value.');
|
||||
throw new Exception('Unexpected token after replacing value.');
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue