summaryrefslogtreecommitdiff
path: root/unittests/broker/enchant_broker_set_ordering_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/broker/enchant_broker_set_ordering_tests.cpp')
-rw-r--r--unittests/broker/enchant_broker_set_ordering_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/broker/enchant_broker_set_ordering_tests.cpp b/unittests/broker/enchant_broker_set_ordering_tests.cpp
index 6e1d8ea..bad4202 100644
--- a/unittests/broker/enchant_broker_set_ordering_tests.cpp
+++ b/unittests/broker/enchant_broker_set_ordering_tests.cpp
@@ -141,7 +141,7 @@ struct EnchantBrokerFileSetOrdering_TestFixture: EnchantBrokerSetOrdering_TestFi
* enchant_broker_set_ordering
* @broker: A non-null #EnchantBroker
* @tag: A non-null language tag (en_US)
- * @ordering: A non-null ordering (aspell,myspell,ispell,uspell,hspell)
+ * @ordering: A non-null ordering (aspell,hunspell,ispell,uspell,hspell)
*
* Declares a preference of dictionaries to use for the language
* described/referred to by @tag. The ordering is a comma delimited
@@ -323,7 +323,7 @@ TEST_FIXTURE(EnchantBrokerSetOrdering_TestFixture,
TEST_FIXTURE(EnchantBrokerSetOrdering_TestFixture,
EnchantBrokerSetOrdering_EmptyLanguageTag_DoNothing)
{
- enchant_broker_set_ordering(_broker, "", "aspell,myspell,ispell");
+ enchant_broker_set_ordering(_broker, "", "aspell,hunspell,ispell");
}
TEST_FIXTURE(EnchantBrokerSetOrdering_TestFixture,