From: JohnBeton22 Date: Tue, 30 Oct 2018 21:06:03 +0000 (+0100) Subject: Update server.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a922d60d50deba2589f05d7da6f387bbecf87b1;p=thirdparty%2Ftvheadend.git Update server.c fix small typo --- diff --git a/src/satip/server.c b/src/satip/server.c index f0ad778fc..96a97c2ee 100644 --- a/src/satip/server.c +++ b/src/satip/server.c @@ -952,7 +952,7 @@ const idclass_t satip_server_class = { .id = "satip_drop_fe", .name = N_("Drop \"fe=\" parameter"), .desc = N_("Discard the frontend parameter in RTSP requests, " - "as some clients incorretly use it."), + "as some clients incorrectly use it."), .off = offsetof(struct satip_server_conf, satip_drop_fe), .opts = PO_EXPERT, .group = 5,