diff options
Diffstat (limited to 'includes/language.inc')
-rw-r--r-- | includes/language.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/language.inc b/includes/language.inc index 8319596d4..803a63041 100644 --- a/includes/language.inc +++ b/includes/language.inc @@ -313,7 +313,7 @@ function language_negotiation_get_switch_links($type, $path) { } /** - * Removes any unused language negotation providers from the configuration. + * Removes any unused language negotiation providers from the configuration. */ function language_negotiation_purge() { // Ensure that we are getting the defined language negotiation information. An |