From 8cf6c66f214520e74c8a2703e8b666deb88f53ba Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sat, 22 Aug 2020 23:32:06 +0300 Subject: [PATCH] Fixed #35: spell fix --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 0a5cb5b..0cd0aa7 100644 --- a/src/options.c +++ b/src/options.c @@ -680,5 +680,5 @@ static void _help(struct device_t *dev, struct encoder_t *encoder, struct http_s printf("═════════════\n"); printf(" -h|--help ─────── Print this text and exit.\n\n"); printf(" -v|--version ──── Print version and exit.\n\n"); - printf(" --features ────── Print list of supporeted features.\n\n"); + printf(" --features ────── Print list of supported features.\n\n"); }