From fcacef5af9e52204926480fbdeb9a238ecab31d1 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 19 Jul 2022 14:30:07 +0200 Subject: Fix typos found by codespell --- src/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream.h') diff --git a/src/stream.h b/src/stream.h index 177867ec..8017ea11 100644 --- a/src/stream.h +++ b/src/stream.h @@ -117,7 +117,7 @@ public: const optional& pager_path = none); /** - * Convertor to a standard ostream. This is used so that we can + * Converter to a standard ostream. This is used so that we can * stream directly to an object of type output_stream_t. */ operator std::ostream&() { -- cgit v1.2.3