diff options
| author | David Rowley <drowley@postgresql.org> | 2024-05-04 02:33:25 +1200 |
|---|---|---|
| committer | David Rowley <drowley@postgresql.org> | 2024-05-04 02:33:25 +1200 |
| commit | a42fc1c903b54ba94374e5e0c08905b9a1479f19 (patch) | |
| tree | 179e5cab5edf67090abbc3edd6e31fe50ff74e87 /src/test/modules/test_json_parser | |
| parent | 4a044b9497093f349605fb9912446c5f1bcf228c (diff) | |
Fix an assortment of typos
Author: Alexander Lakhin
Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
Diffstat (limited to 'src/test/modules/test_json_parser')
| -rw-r--r-- | src/test/modules/test_json_parser/t/004_test_parser_perf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/test_json_parser/t/004_test_parser_perf.pl b/src/test/modules/test_json_parser/t/004_test_parser_perf.pl index c61fdf898a9..e82bb3695b8 100644 --- a/src/test/modules/test_json_parser/t/004_test_parser_perf.pl +++ b/src/test/modules/test_json_parser/t/004_test_parser_perf.pl @@ -4,7 +4,7 @@ # Test the JSON parser performance tester. Here we are just checking that # the performance tester can run, both with the standard parser and the # incremental parser. An actual performance test will run with thousands -# of iterations onstead of just one. +# of iterations instead of just one. use strict; use warnings; |
