]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/BOOST.tests
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / posix / BOOST.tests
index 98fd3b6abf3d4c5029fe91114b35488a9c228f37..756fa00486b615367ce3c5acc8beed6588f37388 100644 (file)
@@ -93,7 +93,7 @@ aa\) !
 . \0 0 1
 
 ;
-; now move on to the repetion ops,
+; now move on to the repetition ops,
 ; starting with operator *
 - match_default normal REG_EXTENDED
 a* b 0 0
@@ -275,7 +275,7 @@ a(b*)c\1d abbcbbbd -1 -1
 ^(.)\1 abc -1 -1
 a([bc])\1d abcdabbd    4 8 5 6
 ; strictly speaking this is at best ambiguous, at worst wrong, this is what most
-; re implimentations will match though.
+; re implementations will match though.
 a(([bc])\2)*d abbccd 0 6 3 5 3 4
 
 a(([bc])\2)*d abbcbd -1 -1