ICU-1533 fix typo
X-SVN-Rev: 7004
This commit is contained in:
parent
0a450aa8ca
commit
9db9c6bea1
@ -31,7 +31,7 @@ StringMatcher::StringMatcher(const StringMatcher& o) :
|
||||
data(o.data),
|
||||
isSegment(o.isSegment),
|
||||
matchStart(o.matchStart),
|
||||
matchLimit(o.matchStart)
|
||||
matchLimit(o.matchLimit)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user