]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pcre/pcre-tests.factor
Harmonize spelling
[factor.git] / extra / pcre / pcre-tests.factor
index 5b1a639ad3edd393e2014cdac62a31d66e72a876..d0366c1ed398b584d5e7f9029dd42b5f738e537d 100644 (file)
@@ -95,7 +95,7 @@ os unix? [ [ 10 ] [ PCRE_CONFIG_NEWLINE pcre-config ] unit-test ] when
 ! Performance
 { 0 } [ long-string ".{0,15}foobar.{0,10}" findall length ] unit-test
 
-! Empty matches, corner case behaviour is copied from pcredemo.c
+! Empty matches, corner case behavior is copied from pcredemo.c
 { { { { f "foo" } } { { f "" } } } }
 [ "foo" ".*" findall ] unit-test