diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2013-12-03 16:45:15 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2013-12-03 16:45:15 -0800 |
commit | c1b6dc1dae9939b92561578e7e1c3b18a322075e (patch) | |
tree | 753357731451f878e899ad346290d6df64be795b /includes | |
parent | f01c994de8d6f54a5bef1523319c6da88048c146 (diff) | |
download | brdo-c1b6dc1dae9939b92561578e7e1c3b18a322075e.tar.gz brdo-c1b6dc1dae9939b92561578e7e1c3b18a322075e.tar.bz2 |
Issue #2145077 by TR: Fix spelling errors in D7 tests and comments
Diffstat (limited to 'includes')
-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 |