Merge pull request #2371 from ilya-lavrenov:typo

This commit is contained in:
Roman Donchenko 2014-02-18 18:00:13 +04:00 committed by OpenCV Buildbot
commit 8754adc021

View File

@ -55,7 +55,7 @@ TEST(Parse, ParseEmptyString)
EXPECT_FALSE(ParseString(a, key, value));
}
TEST(Parse, ParseStringWithoutSeporator)
TEST(Parse, ParseStringWithoutSeparator)
{
string a = "qqqwww";
string key;