From 1902ad87111e7e1e8ad7b21f515697c91e4427f2 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 9 Jun 2020 15:26:43 -0400 Subject: fix typo --- Foundation/GTMRegex.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/GTMRegex.m b/Foundation/GTMRegex.m index 878d352..38077be 100644 --- a/Foundation/GTMRegex.m +++ b/Foundation/GTMRegex.m @@ -355,7 +355,7 @@ static NSString *const kReplacementPattern = // literal backslashes followed by our backreference. Think of it as a "an // odd number of slashes that comes after a non-backslash character." There // is no way to rexpress this in re_format(7) extended expressions. Instead - // we look for a non-blackslash or string start followed by an optional even + // we look for a non-backslash or string start followed by an optional even // number of slashes followed by the backreference; and use the special // flag; so after each match, we restart claiming it's the start of the // string. (the problem match w/o this flag is a substition of "\2\1") -- cgit v1.2.3