Fix typos and spelling.
This commit is contained in:
committed by
Robert Osfield
parent
c3008512f1
commit
02c310982e
@@ -123,7 +123,7 @@ public:
|
||||
if (l>='a' && l<='z') l = (l-'a')+'A';
|
||||
if (r>='a' && r<='z') r = (r-'a')+'A';
|
||||
|
||||
// if both charaters are equal then move to the next character
|
||||
// if both characters are equal then move to the next character
|
||||
if (l==r)
|
||||
{
|
||||
lhs_itr++;
|
||||
|
||||
Reference in New Issue
Block a user