Issue #2231171 by Jalandhar: Fix spelling mistake in exception thrown in drupal_rewrite_settings().

8.0.x
Alex Pott 2014-04-03 09:57:54 +01:00
parent f8c810619b
commit b40273af3c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}