From 905401b8ebc0b5e3237e2d50aa3242cc5ce0944e Mon Sep 17 00:00:00 2001 From: Francisco Chensan Date: Sat, 24 Sep 2022 14:00:36 +0000 Subject: [PATCH] Fix typo on API documentation --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 02dfe30..0e19ef5 100644 --- a/docs/api.md +++ b/docs/api.md @@ -64,7 +64,7 @@ my_streamer = NFStreamer(source="facebook.pcap", | `statistical_analysis` | `[default=False]` | Enable/Disable post-mortem flow statistical analysis. | | `splt_analysis` | `[default=0]` | Specify the sequence of first packets length for early statistical analysis. When set to 0, splt_analysis is disabled. | | `n_meters` | `[default=0]` | Specify the number of parallel metering processes. When set to 0, NFStreamer will automatically scale metering according to available physical cores on the running host. | -| `performance_report` | `[default=0]` | [**Performance report**](https://github.com/nfstream/nfstream/blob/master/assets/PERFORMANCE_REPORT.md) interval in seconds. Disabled whhen set to 0. Ignored for offline capture. | +| `performance_report` | `[default=0]` | [**Performance report**](https://github.com/nfstream/nfstream/blob/master/assets/PERFORMANCE_REPORT.md) interval in seconds. Disabled when set to 0. Ignored for offline capture. | ### NFStreamer methods